File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,9 @@ goto end
3535
3636:github
3737mkdir source\_examples
38+ xcopy /y /s ..\INSTALL.rst source\isntallation.rst
3839xcopy /y /s ..\examples source\_examples
40+ rmdir /q /s source\_examples\in_progress
3941%SPHINXBUILD% -M html %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
4042xcopy /y /s " %BUILDDIR% \html" ..\docs
4143xcopy /y .nojekyll ..\docs\.nojekyll
Original file line number Diff line number Diff line change 8282# Add any paths that contain custom _static files (such as style sheets) here,
8383# relative to this directory. They are copied after the builtin _static files,
8484# so a file named "default.css" will overwrite the builtin "default.css".
85- html_static_path = ["css/custom.css" ]
85+ # html_static_path = ["css/custom.css"]
8686html_show_sourcelink = False
8787html_theme_options = {
8888 "repository_url" : "https://github.com/stefanradev93/BayesFlow" ,
You can’t perform that action at this time.
0 commit comments