Skip to content

Commit

Permalink
Remove sphinx version bound, remove rtd-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Sep 16, 2023
1 parent d86be93 commit 216d3e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/user_guide/installation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Installable with ``pip install "pybamm[docs]"``
================================================================================================= ================== ================== =======================================================================
Dependency Minimum Version pip extra Notes
================================================================================================= ================== ================== =======================================================================
`sphinx <https://www.sphinx-doc.org/en/master/>`__ 1.5.0 docs Sphinx makes it easy to create intelligent and beautiful documentation.
`sphinx <https://www.sphinx-doc.org/en/master/>`__ \- docs Sphinx makes it easy to create intelligent and beautiful documentation.
`pydata-sphinx-theme <https://pydata-sphinx-theme.readthedocs.io/en/stable/>`__ \- docs A clean, Bootstrap-based Sphinx theme.
`sphinx_design <https://sphinx-design.readthedocs.io/en/latest/>`__ \- docs A sphinx extension for designing.
`sphinx-copybutton <https://sphinx-copybutton.readthedocs.io/en/latest/>`__ \- docs To copy codeblocks.
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,7 @@ def compile_KLU():
],
extras_require={
"docs": [
"sphinx>=6",
"sphinx_rtd_theme>=0.5",
"sphinx",
"pydata-sphinx-theme",
"sphinx_design",
"sphinx-copybutton",
Expand Down

0 comments on commit 216d3e1

Please sign in to comment.