Skip to content

Commit

Permalink
Updated Read the Docs extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
scopplestone committed Jan 24, 2024
1 parent 9223f64 commit c58a938
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions docs/documentation/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,13 @@
'sphinx.ext.autosectionlabel',
'sphinxcontrib.bibtex',
'sphinx_rtd_theme',
'sphinx_rtd_size',
'myst_parser'
]

# Set width
sphinx_rtd_size_width='98%'

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

Expand Down
10 changes: 5 additions & 5 deletions docs/documentation/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# File: docs/requirements.txt

# Defining the exact version will make sure things don't break
sphinx==4.2.0
sphinx_rtd_theme==0.5.2
readthedocs-sphinx-search==0.1.0rc3
myst_parser==0.15.1
sphinxcontrib.bibtex==2.3.0
sphinx==7.0.0
sphinx_rtd_theme==2.0.0
readthedocs-sphinx-search==0.3.2
myst_parser==2.0.0
sphinxcontrib.bibtex==2.5.0

0 comments on commit c58a938

Please sign in to comment.