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 Nov 22, 2024
1 parent 27c30c8 commit 2c3feeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,10 @@ 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)

html_css_files = ["css/custom.css",
"css/pygments.css"]

# -- Options for LaTeX output ---------------------------------------------

Expand Down

0 comments on commit 2c3feeb

Please sign in to comment.