Skip to content
Snippets Groups Projects
Commit ff6142d2 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

DOC: add rtd theme

parent b8eb215b
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,8 @@ version = '0.X.Y' ...@@ -29,6 +29,8 @@ version = '0.X.Y'
release = '0.x.y-beta-rc2' release = '0.x.y-beta-rc2'
import sphinx-rtd-theme
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here. # If your documentation needs a minimal Sphinx version, state it here.
...@@ -43,6 +45,7 @@ extensions = [ ...@@ -43,6 +45,7 @@ extensions = [
'sphinx.ext.intersphinx', 'sphinx.ext.intersphinx',
'sphinx.ext.napoleon', # For Google style docstrings 'sphinx.ext.napoleon', # For Google style docstrings
"recommonmark", # For markdown files. "recommonmark", # For markdown files.
"sphinx-rtd-theme",
] ]
# Add any paths that contain templates here, relative to this directory. # Add any paths that contain templates here, relative to this directory.
...@@ -82,7 +85,7 @@ pygments_style = None ...@@ -82,7 +85,7 @@ pygments_style = None
# The theme to use for HTML and HTML Help pages. See the documentation for # The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes. # a list of builtin themes.
# #
html_theme = 'alabaster' html_theme = "sphinx-rtd-theme"
# Theme options are theme-specific and customize the look and feel of a theme # Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the # further. For a list of options available for each theme, see the
......
...@@ -7,4 +7,4 @@ RUN apt-get update && \ ...@@ -7,4 +7,4 @@ RUN apt-get update && \
ARG COMMIT="dev" ARG COMMIT="dev"
RUN git clone -b dev https://gitlab.com/caosdb/caosdb-pylib.git && \ RUN git clone -b dev https://gitlab.com/caosdb/caosdb-pylib.git && \
cd caosdb-pylib && git checkout $COMMIT && pip3 install . cd caosdb-pylib && git checkout $COMMIT && pip3 install .
RUN pip3 install recommonmark RUN pip3 install recommonmark sphinx-rtd-theme
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