From c0a49d53047e7d6cb83065cdec3168224ecfd961 Mon Sep 17 00:00:00 2001 From: Loup-Garou911XD Date: Thu, 7 Mar 2024 17:23:53 +0530 Subject: [PATCH] modified: Makefile modified: src/assets/sphinx/template/conf.py modified: src/assets/sphinx/template/index.rst --- Makefile | 1 + src/assets/sphinx/template/conf.py | 4 +++- src/assets/sphinx/template/index.rst | 3 ++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 403ebc07..1f31ab07 100644 --- a/Makefile +++ b/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) diff --git a/src/assets/sphinx/template/conf.py b/src/assets/sphinx/template/conf.py index 6650066a..aa69f44a 100644 --- a/src/assets/sphinx/template/conf.py +++ b/src/assets/sphinx/template/conf.py @@ -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 --------------------------------------------------- diff --git a/src/assets/sphinx/template/index.rst b/src/assets/sphinx/template/index.rst index c23321c8..0b21db62 100644 --- a/src/assets/sphinx/template/index.rst +++ b/src/assets/sphinx/template/index.rst @@ -9,7 +9,8 @@ Welcome to Bombsquad-docs's documentation! .. toctree:: :maxdepth: 2 :caption: Contents: - modules + + modules Indices and tables