Skip to content

Commit

Permalink
[develop]: Fix formatting for RTD User's Guide (#533)
Browse files Browse the repository at this point in the history
* add sphinx_rtd_theme to conf.py

* pin sphinx_rtd_theme==0.5.1 in req file

* pin docutils==0.17

* pin Pygments-2.13.0

* pinned sphinx_rtd_theme==1.1.1

* pin sphinx==5.3.0

* pin importlib-metadata==5.2.0

* pin pillow==9.3.0

* set docutils==0.16

* comment out unwanted pinnings

* remove unnecessary changes for formatting fix

* add back sphinx_rtd_theme extension in conf.py

Co-authored-by: gspetro <gillian.s.petro@gmail.com>
  • Loading branch information
gspetro-NOAA and gspetro authored Jan 9, 2023
1 parent d3d023b commit d3b10e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/UsersGuide/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
sphinxcontrib-bibtex
sphinx_rtd_theme
sphinx_rtd_theme
docutils==0.16
1 change: 1 addition & 0 deletions docs/UsersGuide/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'sphinx_rtd_theme',
'sphinx.ext.autodoc',
'sphinx.ext.doctest',
'sphinx.ext.intersphinx',
Expand Down

0 comments on commit d3b10e6

Please sign in to comment.