Skip to content

Commit

Permalink
Update documentation dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JWCook committed May 21, 2021
1 parent 30cf3c7 commit 7924687
Show file tree
Hide file tree
Showing 3 changed files with 517 additions and 84 deletions.
4 changes: 1 addition & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
from os.path import abspath, dirname, exists, join
from shutil import copytree, rmtree

# This import is here to preempt a possible circular import bug in nbsphinx 0.8 and/or ipython 7.20
import prompt_toolkit # noqa: F401

DOCS_DIR = abspath(dirname(__file__))
PROJECT_DIR = dirname(DOCS_DIR)
PACKAGE_DIR = join(PROJECT_DIR, 'pyinaturalist')
Expand Down Expand Up @@ -47,6 +44,7 @@
'sphinx_automodapi.automodapi',
'sphinx_automodapi.smart_resolver',
'sphinx_copybutton',
'sphinx_rtd_theme',
'sphinxcontrib.apidoc',
'm2r2',
'nbsphinx',
Expand Down
Loading

0 comments on commit 7924687

Please sign in to comment.