We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc32317 commit 0a23f23Copy full SHA for 0a23f23
docs/source/conf.py
@@ -9,7 +9,7 @@
9
project = "labthings-fastapi"
10
copyright = "2024, Richard Bowman"
11
author = "Richard Bowman"
12
-release = "0.0.1"
+release = "0.0.10"
13
14
# -- General configuration ---------------------------------------------------
15
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
@@ -28,7 +28,7 @@
28
default_role = "py:obj"
29
30
autodoc2_packages = ["../../src/labthings_fastapi"]
31
-autodoc2_render_plugin = "myst"
+# autodoc2_render_plugin = "myst"
32
autodoc2_class_docstring = "both"
33
34
# autoapi_dirs = ["../../src/labthings_fastapi"]
0 commit comments