File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4747# The name of the syntax highlighting style to use.
4848pygments_style = "sphinx"
4949
50- python_minumum_supported_version = "3.11"
50+ python_minimum_supported_version = "3.11"
5151
5252# Output file base name for HTML help builder.
5353htmlhelp_basename = "VWSPYTHONMOCKdoc"
5454autoclass_content = "init"
5555intersphinx_mapping = {
5656 "python" : (
57- f"https://docs.python.org/{ python_minumum_supported_version } " ,
57+ f"https://docs.python.org/{ python_minimum_supported_version } " ,
5858 None ,
5959 ),
6060 "docker" : ("https://docker-py.readthedocs.io/en/stable" , None ),
8686autodoc_member_order = "bysource"
8787
8888rst_prolog = f"""
89- .. |python-minumum -version| replace:: { python_minumum_supported_version }
89+ .. |python-minimum -version| replace:: { python_minimum_supported_version }
9090.. |project| replace:: { project }
9191.. |release| replace:: { release }
9292.. |github-owner| replace:: VWS-Python
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Mocking calls made to Vuforia with Python ``requests``
88
99 pip3 install vws-python-mock
1010
11- This requires Python |python-minumum -version |\+ .
11+ This requires Python |python-minimum -version |\+ .
1212
1313.. include :: basic-example.rst
1414
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ Installation
55
66 pip3 install vws-python-mock
77
8- This requires Python |python-minumum -version |\+ .
8+ This requires Python |python-minimum -version |\+ .
You can’t perform that action at this time.
0 commit comments