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 21, 2024
1 parent 237b041 commit f099cf7
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,8 +216,8 @@ def skip(app, what, name, obj, would_skip, options):
return would_skip

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


Expand Down

0 comments on commit f099cf7

Please sign in to comment.