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 bfcb133 commit ea7ca0e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,11 +216,10 @@ def skip(app, what, name, obj, would_skip, options):
return would_skip

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

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

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

latex_elements = {
Expand Down

0 comments on commit ea7ca0e

Please sign in to comment.