Skip to content

Commit

Permalink
New documentation style & formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
athob committed Aug 28, 2024
1 parent 3a340cb commit 8c02714
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.8"
python: "3.9"
# You can also specify other tool versions:
# nodejs: "20"
# rust: "1.70"
Expand Down
17 changes: 16 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,22 @@
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = 'sphinx_rtd_theme' # 'furo'
html_theme = 'pydata_sphinx_theme'

html_theme_options = {
"icon_links": [
{
"name": "GitHub",
"url": md.__url__,
"icon": "fab fa-github-square",
"type": "fontawesome",
},
],
}

html_sidebars = {
"**": [],
}

# -- Options for automatic API doc

Expand Down
6 changes: 3 additions & 3 deletions docs/source/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
sphinx-math-dollar
sphinx-copybutton
myst-nb
myst-parser>=3
myst-nb>=1
linkify-it-py
furo
sphinx_rtd_theme
pydata-sphinx-theme
markdown
lxml
2 changes: 1 addition & 1 deletion py-EnBiD-ananke
2 changes: 1 addition & 1 deletion py-Galaxia-ananke

0 comments on commit 8c02714

Please sign in to comment.