mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-19 13:25:31 +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:
|
||||
rm -rf .cache/sphinx
|
||||
rm -rf build/sphinx
|
||||
|
||||
pcommandbatch_speed_test: prereqs
|
||||
@$(PCOMMAND) pcommandbatch_speed_test $(PCOMMANDBATCH)
|
||||
|
||||
@ -33,6 +33,7 @@ html_theme = 'sphinx_rtd_theme' #'python_docs_theme' #"groundwork"
|
||||
|
||||
# -- Project information -----------------------------------------------------
|
||||
|
||||
keep_warnings = True # Supressing warnings
|
||||
project = 'ballistica-bombsquad'
|
||||
|
||||
copyright = '2024, Efroemling'
|
||||
@ -40,7 +41,8 @@ author = 'Efroemling'
|
||||
|
||||
# The full version, including alpha/beta/rc tags
|
||||
# TODO: make this update from some variable
|
||||
release = '1.7.33'
|
||||
version = '1.7.33'
|
||||
release = '43241'
|
||||
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
||||
@ -9,7 +9,8 @@ Welcome to Bombsquad-docs's documentation!
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Contents:
|
||||
modules
|
||||
|
||||
modules
|
||||
|
||||
|
||||
Indices and tables
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user