Skip to content

Commit

Permalink
Switch to the Read the docs sphinx theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
fjankowsk committed Aug 7, 2023
1 parent 6847bf9 commit eae2bae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Further documentation of the software is available on our dedicated [Read the do

## Usage ##

```
```console
$ scatfit-fitfrb -h
usage: scatfit-fitfrb [-h] [--compare] [--binburst bin] [--fscrunch factor] [--tscrunch factor] [--fast] [--fitrange start end]
[--fitscatindex]
Expand Down Expand Up @@ -84,7 +84,7 @@ options:
Zoom into this time region. (default: [-50.0, 50.0])
```

```
```console
$ scatfit-simpulse -h
usage: scatfit-simpulse [-h]

Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

extensions = [
"myst_parser",
"sphinx.ext.autodoc",
"sphinx.ext.mathjax",
"sphinx.ext.napoleon",
"myst_parser",
"sphinx_rtd_theme",
]

myst_enable_extensions = ["dollarmath"]
Expand All @@ -34,5 +35,4 @@
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = "alabaster"
html_static_path = ["_static"]
html_theme = "sphinx_rtd_theme"
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,7 @@ def get_long_description():
"pytest-cov",
"twine",
],
"docs": [
"myst-parser",
"sphinx",
],
"docs": ["myst-parser", "sphinx", "sphinx_rtd_theme"],
},
ext_modules=[
Extension(
Expand Down

0 comments on commit eae2bae

Please sign in to comment.