Skip to content

Commit

Permalink
add readthedocs yaml configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
C.A.P. Linssen committed Dec 2, 2024
1 parent 688e81a commit 40c2b6d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,12 @@
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['css', 'fig']

# These paths are either relative to html_static_path
# or fully qualified paths (eg. https://...)
html_css_files = [
'css/custom.css'
]

# -- Options for HTMLHelp output ------------------------------------------

# Output file base name for HTML help builder.
Expand All @@ -217,8 +223,6 @@ def skip(app, what, name, obj, would_skip, options):
return would_skip

def setup(app):
app.add_css_file('css/custom.css')
app.add_css_file('css/pygments.css')
app.connect("autodoc-skip-member", skip)

# -- Options for LaTeX output ---------------------------------------------
Expand Down

0 comments on commit 40c2b6d

Please sign in to comment.