diff --git a/docs/conf.py b/docs/conf.py index c4fa258..34399d8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,6 +21,7 @@ project = "Dronefly" copyright = "2020-2023, Ben Armstrong and Michael Pirrello" author = "Ben Armstrong, Michael Pirrello" +programming_language = "python" # -- General configuration --------------------------------------------------- @@ -37,7 +38,7 @@ "sphinx.ext.viewcode", "sphinx.ext.doctest", "sphinx.ext.imgconverter", - # "sphinxcontrib_trio", + "sphinxcontrib_trio", ] autosectionlabel_prefix_document = True