Skip to content

Commit

Permalink
Fix stray reference to old autosummary dir (#598)
Browse files Browse the repository at this point in the history
In #544 we updated the autosummary directives output directory from
'stubs' to 'apiref' so that the urls of the hosted documentation made
more sense. Then a redirect was added to ensure that stale links to
stubs were redirected to the new location. However, as part of this
migration one autosummary directory was missed causing it to still
publish to 'stubs'. With the redirects in place this means that the
documentation is not actually reachable anymore. This commit fixes this
oversight by fixing the autosummary directory so the documentation is
built in the correct location.

Fixes #594
  • Loading branch information
mtreinish committed Apr 28, 2022
1 parent 7edcf9a commit dee68e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Graph Operations
----------------

.. autosummary::
:toctree: stubs
:toctree: apiref

retworkx.complement
retworkx.union
Expand Down

0 comments on commit dee68e5

Please sign in to comment.