Skip to content

Commit 0a23f23

Browse files
committed
Switch sphinx to rst mode again in docstrings
1 parent cc32317 commit 0a23f23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = "labthings-fastapi"
1010
copyright = "2024, Richard Bowman"
1111
author = "Richard Bowman"
12-
release = "0.0.1"
12+
release = "0.0.10"
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
@@ -28,7 +28,7 @@
2828
default_role = "py:obj"
2929

3030
autodoc2_packages = ["../../src/labthings_fastapi"]
31-
autodoc2_render_plugin = "myst"
31+
# autodoc2_render_plugin = "myst"
3232
autodoc2_class_docstring = "both"
3333

3434
# autoapi_dirs = ["../../src/labthings_fastapi"]

0 commit comments

Comments
 (0)