Skip to content

Commit 7924687

Browse files
committed
Update documentation dependencies
1 parent 30cf3c7 commit 7924687

3 files changed

Lines changed: 517 additions & 84 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
from os.path import abspath, dirname, exists, join
55
from shutil import copytree, rmtree
66

7-
# This import is here to preempt a possible circular import bug in nbsphinx 0.8 and/or ipython 7.20
8-
import prompt_toolkit # noqa: F401
9-
107
DOCS_DIR = abspath(dirname(__file__))
118
PROJECT_DIR = dirname(DOCS_DIR)
129
PACKAGE_DIR = join(PROJECT_DIR, 'pyinaturalist')
@@ -47,6 +44,7 @@
4744
'sphinx_automodapi.automodapi',
4845
'sphinx_automodapi.smart_resolver',
4946
'sphinx_copybutton',
47+
'sphinx_rtd_theme',
5048
'sphinxcontrib.apidoc',
5149
'm2r2',
5250
'nbsphinx',

0 commit comments

Comments
 (0)