Skip to content

Commit

Permalink
Sphinx conf update
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmslavin committed Feb 27, 2024
1 parent 24d0a80 commit f0124b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = "Vidrovr Python SDK"
copyright = "2023, Vidrovr"
copyright = "2024, Vidrovr"
author = "Vidrovr"
release = "1.0"

Expand All @@ -21,7 +21,7 @@
extensions = [
"sphinx.ext.doctest",
"sphinx.ext.autodoc",
"sphinxcontrib.autodoc_pydantic",
"sphinxcontrib.autodoc_pydantic"
]

templates_path = ["_templates"]
Expand Down

0 comments on commit f0124b3

Please sign in to comment.