Skip to content

Commit

Permalink
Fix: put back readthedocs theme & clean typo
Browse files Browse the repository at this point in the history
  • Loading branch information
VannesteFelix committed Oct 27, 2023
1 parent e87442d commit b6e3f58
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 1 addition & 6 deletions doc/sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,7 @@
# on_rtd is whether we are on readthedocs.org, this line of code grabbed from docs.readthedocs.org
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'

if not on_rtd: # only import and set the theme if we're building docs locally
import sphinx_rtd_theme
html_theme = 'sphinx_rtd_theme'
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
# html_theme = 'alabaster'

html_theme = 'sphinx_rtd_theme'
# html_theme_options = {'navigation_depth': 4,}#"collapse_navigation":True,}
#show_nav_level": 2,}

Expand Down
2 changes: 0 additions & 2 deletions doc/sphinx/source/usage/install/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
::::::{card}
**SOFA setup**
^^^
Card content

You can either build it from sources:

Expand Down Expand Up @@ -57,7 +56,6 @@ Or download the binaries:
:::::::{card}
**ModelOrderReduction setup**
^^^
Card content

You can either build it from the [source](https://github.com/SofaDefrost/ModelOrderReduction) as explained [here](https://www.sofa-framework.org/community/doc/plugins/build-a-plugin-from-sources/) with SOFA.
Or take the binaries generated [here](https://github.com/SofaDefrost/ModelOrderReduction/releases/tag/release-master) and link them to your SOFA build/binaries.
Expand Down

0 comments on commit b6e3f58

Please sign in to comment.