Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@
# The name of the syntax highlighting style to use.
pygments_style = "sphinx"

python_minumum_supported_version = "3.11"
python_minimum_supported_version = "3.11"

# Output file base name for HTML help builder.
htmlhelp_basename = "VWSPYTHONMOCKdoc"
autoclass_content = "init"
intersphinx_mapping = {
"python": (
f"https://docs.python.org/{python_minumum_supported_version}",
f"https://docs.python.org/{python_minimum_supported_version}",
None,
),
"docker": ("https://docker-py.readthedocs.io/en/stable", None),
Expand Down Expand Up @@ -86,7 +86,7 @@
autodoc_member_order = "bysource"

rst_prolog = f"""
.. |python-minumum-version| replace:: {python_minumum_supported_version}
.. |python-minimum-version| replace:: {python_minimum_supported_version}
.. |project| replace:: {project}
.. |release| replace:: {release}
.. |github-owner| replace:: VWS-Python
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Mocking calls made to Vuforia with Python ``requests``

pip3 install vws-python-mock

This requires Python |python-minumum-version|\+.
This requires Python |python-minimum-version|\+.

.. include:: basic-example.rst

Expand Down
2 changes: 1 addition & 1 deletion docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Installation

pip3 install vws-python-mock

This requires Python |python-minumum-version|\+.
This requires Python |python-minimum-version|\+.