File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616project = "DataLab Simple Client"
1717author = "Pierre Raybaut"
1818copyright = "2023, Codra - " + author
19- html_logo = latex_logo = "_static/DataLab-title.png"
19+ html_logo = "_static/DataLab-title.png"
20+ latex_logo = "_static/DataLab-Frontpage.png"
2021release = cdlclient .__version__
2122
2223# -- General configuration ---------------------------------------------------
2930
3031html_theme = "pydata_sphinx_theme"
3132html_theme_options = {"show_toc_level" : 2 }
32- htmlhelp_basename = project
3333html_static_path = ["_static" ]
3434
3535# -- Options for sphinx-intl package -----------------------------------------
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ call %FUNC% GetVersion CDL_VERSION
1616cd %SCRIPTPATH% \..
1717%PYTHON% doc\update_requirements.py
1818set PATH = C:\Program Files\HTML Help Workshop;C:\Program Files (x86)\HTML Help Workshop;%PATH%
19- sphinx-build -b singlehtml doc build\doc
20- start build\doc\index.html
19+ sphinx-build -b latex doc build\doc
20+ cd build\doc
21+ pdflatex %LIBNAME% .tex
22+ start %LIBNAME% .pdf
2123call %FUNC% EndOfScript
You can’t perform that action at this time.
0 commit comments