Skip to content

Commit

Permalink
Try basic theme
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer committed Mar 5, 2024
1 parent febbeea commit 12c7caa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Docs4NIST.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: usnistgov/Docs4NIST@fix-themes
- uses: usnistgov/Docs4NIST@0.5
with:
docs-folder: docs/
pip-requirements: docs/requirements.txt
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'sphinxdoc'

html_theme_options = {
'fixed_sidebar': True,
'extra_nav_links': {
Expand All @@ -63,6 +61,8 @@
'Search': 'search.html',
},
}
html_theme = 'basic'


# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand Down

0 comments on commit 12c7caa

Please sign in to comment.