File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed
Expand file tree Collapse file tree 4 files changed +10
-4
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.9'
51+
5052# Output file base name for HTML help builder.
5153htmlhelp_basename = 'VWSPYTHONMOCKdoc'
5254autoclass_content = 'init'
5355intersphinx_mapping = {
54- 'python' : ('https://docs.python.org/3.9' , None ),
56+ 'python' : (
57+ f'https://docs.python.org/{ python_minumum_supported_version } ' ,
58+ None ,
59+ ),
5560 'docker' : ('https://docker-py.readthedocs.io/en/stable' , None ),
5661}
5762nitpicky = True
8590autodoc_member_order = 'bysource'
8691
8792rst_prolog = f"""
93+ .. |python-minumum-version| replace:: { python_minumum_supported_version }
8894.. |project| replace:: { project }
8995.. |release| replace:: { release }
9096.. |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 3.9 +.
11+ This requires Python | python-minumum-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 3.9 +.
8+ This requires Python | python-minumum-version | \ + .
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Outcomes
1010Prerequisites
1111~~~~~~~~~~~~~
1212
13- * ``python3 `` on your ``PATH `` set to Python 3.9 +.
13+ * ``python3 `` on your ``PATH `` set to Python | python-minumum-version | \ + .
1414* ``virtualenv ``.
1515* Push access to this repository.
1616* Trust that ``master `` is ready and high enough quality for release.
You can’t perform that action at this time.
0 commit comments