mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-07 08:03:30 +08:00
modified: Makefile
modified: src/assets/sphinx/template/conf.py modified: src/assets/sphinx/template/index.rst
This commit is contained in:
parent
30621d58ea
commit
c0a49d5304
1
Makefile
1
Makefile
@ -190,6 +190,7 @@ docs-sphinx:
|
|||||||
|
|
||||||
docs-sphinx-clean:
|
docs-sphinx-clean:
|
||||||
rm -rf .cache/sphinx
|
rm -rf .cache/sphinx
|
||||||
|
rm -rf build/sphinx
|
||||||
|
|
||||||
pcommandbatch_speed_test: prereqs
|
pcommandbatch_speed_test: prereqs
|
||||||
@$(PCOMMAND) pcommandbatch_speed_test $(PCOMMANDBATCH)
|
@$(PCOMMAND) pcommandbatch_speed_test $(PCOMMANDBATCH)
|
||||||
|
|||||||
@ -33,6 +33,7 @@ html_theme = 'sphinx_rtd_theme' #'python_docs_theme' #"groundwork"
|
|||||||
|
|
||||||
# -- Project information -----------------------------------------------------
|
# -- Project information -----------------------------------------------------
|
||||||
|
|
||||||
|
keep_warnings = True # Supressing warnings
|
||||||
project = 'ballistica-bombsquad'
|
project = 'ballistica-bombsquad'
|
||||||
|
|
||||||
copyright = '2024, Efroemling'
|
copyright = '2024, Efroemling'
|
||||||
@ -40,7 +41,8 @@ author = 'Efroemling'
|
|||||||
|
|
||||||
# The full version, including alpha/beta/rc tags
|
# The full version, including alpha/beta/rc tags
|
||||||
# TODO: make this update from some variable
|
# TODO: make this update from some variable
|
||||||
release = '1.7.33'
|
version = '1.7.33'
|
||||||
|
release = '43241'
|
||||||
|
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
|
|||||||
@ -9,7 +9,8 @@ Welcome to Bombsquad-docs's documentation!
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
:caption: Contents:
|
:caption: Contents:
|
||||||
modules
|
|
||||||
|
modules
|
||||||
|
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user