Skip to content

Commit

Permalink
Update to use recent versions of Sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed Jan 8, 2024
1 parent 9489e95 commit 675664c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ For full functionality, you might also want to install:

To build the documentation:

* Sphinx (>=1.8)
* Sphinx (>=7)

To run the test suite:

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ classifiers = [

[project.optional-dependencies]
test = ['pytest', 'pytest-xdist>=1.22.3']
docs = ['sphinx>=1.8', 'ipython>=5', 'sphinx-tabs']
docs = ['sphinx>=7', 'ipython>=5', 'sphinx-tabs']

[project.urls]
Homepage = 'https://briansimulator.org'
Expand Down
8 changes: 4 additions & 4 deletions rtd-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# highlighting) get displayed correctly
ipython >= 5
sphinx-tabs
sphinx==1.8.6
Jinja2<3.1.0
commonmark==0.9.1
recommonmark==0.5.0
sphinx>=7
Jinja2
commonmark
recommonmark
sphinx_rtd_theme

0 comments on commit 675664c

Please sign in to comment.