Skip to content

Commit

Permalink
Don't keep our own copy of autodoc_traits
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Leach <[email protected]>
  • Loading branch information
GeorgianaElena and alexleach committed Jul 7, 2021
1 parent 5f907c9 commit f9aca81
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 69 deletions.
3 changes: 3 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
myst-parser
pydata-sphinx-theme
sphinx-copybutton
# Temporary fix of sphinx compatibility issue.
# Revert back to released autodoc-traits when 0.1.0 released.
https://github.com/jupyterhub/autodoc-traits/archive/d22282c1c18c6865436e06d8b329c06fe12a07f8.zip
12 changes: 0 additions & 12 deletions docs/source/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,3 @@ Module: :mod:`jupyterhub_traefik_proxy`

.. autoconfigurable:: TKvProxy
:members:

:class:`TraefikEtcdProxy`
-------------------------

.. autoconfigurable:: TraefikEtcdProxy
:members:

:class:`TraefikConsulProxy`
---------------------------

.. autoconfigurable:: TraefikConsulProxy
:members:
2 changes: 0 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
os.pardir,
)
)
# add sphinxext
sys.path.append(os.path.join(docs, 'sphinxext'))

import jupyterhub_traefik_proxy

Expand Down
55 changes: 0 additions & 55 deletions docs/sphinxext/autodoc_traits.py

This file was deleted.

0 comments on commit f9aca81

Please sign in to comment.