Skip to content
Snippets Groups Projects
Commit 716d985a authored by Philipp Arras's avatar Philipp Arras
Browse files

Use pydata theme

parent 50f3768c
No related branches found
No related tags found
1 merge request!19Export
Pipeline #103472 passed
......@@ -14,7 +14,7 @@ RUN apt-get install -qq python3-mpi4py
# Testing dependencies
RUN apt-get install -qq python3-pytest-cov
# Documentation dependencies
RUN apt-get install -qq python3-sphinx-rtd-theme
RUN pip3 install pydata-sphinx-theme
# Create user (openmpi does not like to be run as root)
RUN useradd -ms /bin/bash testinguser
......
......@@ -24,4 +24,5 @@ language = None
exclude_patterns = []
add_module_names = False
html_theme = "sphinx_rtd_theme"
html_theme = "pydata_sphinx_theme"
html_theme_options = {"gitlab_url": "https://gitlab.mpcdf.mpg.de/ift/resolve"}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment