Skip to content

Commit

Permalink
Merge pull request #203 from MartinMohrmann/fix_docu_build
Browse files Browse the repository at this point in the history
docu build process
  • Loading branch information
MartinMohrmann authored May 20, 2024
2 parents 48879d1 + 5106764 commit e9ce29b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.12"
python: "3.11"

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down
20 changes: 10 additions & 10 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# -- General configuration ------------------------------------------------

# If your documentation needs a minimal Sphinx version, state it here.
needs_sphinx = "1.4"
# needs_sphinx = "1.4"

# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
Expand Down Expand Up @@ -127,11 +127,11 @@
# 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
# documentation.
html_theme_options = {
"logo_only": True,
"display_version": False,
"style_nav_header_background": "#343131",
}
# html_theme_options = {
# "logo_only": True,
# "display_version": False,
# "style_nav_header_background": "#343131",
# }

# Add any paths that contain custom themes here, relative to this directory.
# html_theme_path = []
Expand All @@ -155,12 +155,12 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ["static"]
# html_static_path = ["static"]

# custom CSS files
html_context = {
"css_files": ["_static/css/custom.css"],
}
# html_context = {
# "css_files": ["_static/css/custom.css"],
# }

# Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied
Expand Down

0 comments on commit e9ce29b

Please sign in to comment.