Skip to content

Commit

Permalink
Test sphinx_rtd_theme
Browse files Browse the repository at this point in the history
See #9
  • Loading branch information
guyer committed Sep 11, 2023
1 parent e585ee7 commit dd40f5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/NISTtheDocs2Death.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
- uses: usnistgov/NISTtheDocs2Death@main
with:
docs-folder: docs/
pip-requirements: sphinx_rtd_theme
formats: |-
epub
pdf
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = 'alabaster'
html_theme = 'sphinx_rtd_theme'
html_static_path = ['_static']

html_show_copyright = False

0 comments on commit dd40f5b

Please sign in to comment.