Skip to content

Commit

Permalink
Fix missing dependencies in doc requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
amorehead committed May 23, 2024
1 parent 9c5f74a commit 1d525fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 3 additions & 0 deletions docs/.docs.requirements
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
beartype
ipython
furo
lxml_html_clean
Expand All @@ -6,8 +7,10 @@ matplotlib
nbsphinx
nbsphinx-link
nbstripout
pandas
pandoc
pydocstyle
rootutils
sphinx
sphinx-copybutton
sphinx-inline-tabs
Expand Down
5 changes: 0 additions & 5 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html

import datetime
import os
import sys

# -- Path setup --------------------------------------------------------------
sys.path.insert(0, os.path.abspath("../../"))

# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
Expand Down

0 comments on commit 1d525fd

Please sign in to comment.