Skip to content

Commit

Permalink
Merge pull request #34 from OpenFreeEnergy/ofe_theme
Browse files Browse the repository at this point in the history
Switch to OFE theme and remove redundant CSS
  • Loading branch information
dwhswenson authored Oct 10, 2023
2 parents 728bde0 + 7225e50 commit 2edebe5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 280 deletions.
Empty file added docs/_static/.gitkeep
Empty file.
273 changes: 0 additions & 273 deletions docs/_static/css/custom.css

This file was deleted.

12 changes: 5 additions & 7 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,17 @@
"gufe": ("https://gufe.readthedocs.io/en/latest/", None),
}


autoclass_content = 'both'

templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']



# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = 'alabaster'
html_theme = 'ofe_sphinx_theme'
html_static_path = ['_static']
html_css_files = [
'css/custom.css',
]
html_theme_options = {
"accent_color": "FeelingBlue",
}
html_css_files = []
1 change: 1 addition & 0 deletions docs/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ dependencies:
- pip:
- sphinx-design
- sphinx-toolbox
- git+https://github.com/OpenFreeEnergy/ofe-sphinx-theme@main

0 comments on commit 2edebe5

Please sign in to comment.