Skip to content

Commit

Permalink
Add sphinx extension dependencies in requirements.txt of docs, and re…
Browse files Browse the repository at this point in the history
…move version locking of sphinx.
  • Loading branch information
Mayitzin committed Sep 15, 2024
1 parent 43cb49f commit bf32b13
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion docs/source/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
Sphinx>=8.0
sphinx
sphinx-autodoc
sphinx-mathjax
sphinx-napoleon
pydata_sphinx_theme
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ authors = [
{name = "Mario Garcia", email = "[email protected]"}
]
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"Intended Audience :: Education",
"Intended Audience :: Science/Research",
Expand Down Expand Up @@ -55,7 +54,7 @@ dev = [
"black",
]
docs = [
"sphinx>=8.0",
"sphinx",
"pydata_sphinx_theme"
]
build = [
Expand Down

0 comments on commit bf32b13

Please sign in to comment.