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 5fda6e1 commit edc9325
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 @@ -46,7 +46,7 @@

os.system('mkdir _static')
os.system('install -v -D css/custom.css _static/css/custom.css')
os.system('install -v -D js/expand_toc_tree.js _static/js/expand_toc_tree.js')
# os.system('install -v -D js/expand_toc_tree.js _static/js/expand_toc_tree.js')

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
Expand Down Expand Up @@ -221,7 +221,7 @@
]

html_js_files = [
'js/expand_toc_tree.js'
# 'js/expand_toc_tree.js'
]

# -- Options for HTMLHelp output ------------------------------------------
Expand Down

0 comments on commit edc9325

Please sign in to comment.