Skip to content

Commit c65944c

Browse files
committed
update doc
1 parent 865238d commit c65944c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docsrc/make.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ goto end
3535

3636
:github
3737
mkdir source\_examples
38+
xcopy /y /s ..\INSTALL.rst source\isntallation.rst
3839
xcopy /y /s ..\examples source\_examples
40+
rmdir /q /s source\_examples\in_progress
3941
%SPHINXBUILD% -M html %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
4042
xcopy /y /s "%BUILDDIR%\html" ..\docs
4143
xcopy /y .nojekyll ..\docs\.nojekyll

docsrc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
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"]
8686
html_show_sourcelink = False
8787
html_theme_options = {
8888
"repository_url": "https://github.com/stefanradev93/BayesFlow",

0 commit comments

Comments
 (0)