From 3d548952512790e6e85e4ebaae104cf6c5eefc2e Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 21 Sep 2023 20:02:22 +0200 Subject: [PATCH] switch documentation theme --- docs/conf.py | 3 ++- docs/requirements.txt | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 docs/requirements.txt diff --git a/docs/conf.py b/docs/conf.py index a4232026b..877caa48f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,6 +21,7 @@ project = "Flight Software Framework" copyright = "2021, Institute of Space Systems (IRS)" author = "Institute of Space Systems (IRS)" +# TODO: Should try to read this from CMakeLists.txt automatically.. # The full version, including alpha/beta/rc tags release = "5.0.0" @@ -48,7 +49,7 @@ exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = "alabaster" +html_theme = "sphinx_rtd_theme" html_theme_options = { "extra_nav_links": {"Impressum" : "https://www.uni-stuttgart.de/impressum", "Datenschutz": "https://info.irs.uni-stuttgart.de/datenschutz/datenschutzWebmit.html"} diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 000000000..43eeb8ea4 --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1 @@ +sphinx-rtd-theme==1.3.0