Skip to content

Commit

Permalink
Docs: build fix (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
IceKhan13 committed Dec 14, 2022
1 parent 464c97c commit 4e73243
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"sphinx.ext.extlinks",
"jupyter_sphinx",
"sphinx_autodoc_typehints",
"IPython.sphinxext.ipython_console_highlighting",
"reno.sphinxext",
"nbsphinx",
]
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ commands =
deps =
-r{toxinidir}/requirements-dev.txt
commands =
pip install .
sphinx-build -b html -W {posargs} docs/ docs/_build/html

0 comments on commit 4e73243

Please sign in to comment.