File tree 4 files changed +29
-3
lines changed 4 files changed +29
-3
lines changed Original file line number Diff line number Diff line change 166
166
]
167
167
168
168
169
- # Example configuration for intersphinx: refer to the Python standard library.
170
- intersphinx_mapping = {"python" : ("https://docs.python.org/" , None )}
169
+ # Configuration for intersphinx: refer to the Python standard library.
170
+ intersphinx_mapping = {"python" : ("https://docs.python.org/3 " , None )}
Original file line number Diff line number Diff line change
1
+ 2.0.1 - 2022-06-01
2
+ ------------------
3
+
4
+ - Fix bug where the non-deprecated method ``resolve_with() `` was
5
+ calling the deprecated method ``.is_valid() `` and causing warnings
6
+ to be emitted - `bug 86 `_
7
+
8
+ - Fix bug where an empty path was not being matched by the PATH_EMPTY
9
+ regex - `bug 88 `_
10
+
11
+ - Fix bug where a newline character embedded in a fragment would
12
+ cause regex parsing to halt - `bug 99 `
13
+
14
+ - Fix bug where the ':' between the host and port in the authority
15
+ could be improperly omitted - `bug 102 `_
16
+
17
+ .. links below here
18
+ .. _bug 86 :
19
+ https://github.com/python-hyper/rfc3986/issues/86
20
+ .. _bug 88 :
21
+ https://github.com/python-hyper/rfc3986/issues/88
22
+ .. _bug 99 :
23
+ https://github.com/python-hyper/rfc3986/issues/102
24
+ .. _bug 102 :
25
+ https://github.com/python-hyper/rfc3986/issues/102
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ here with the newest releases first.
11
11
.. toctree ::
12
12
13
13
unreleased
14
+ 2.0.1
14
15
2.0.0
15
16
16
17
1.x Release Series
Original file line number Diff line number Diff line change 1
- Sphinx >= 1.5.3
1
+ Sphinx < 7.0.0
2
2
sphinx-prompt >= 1.0.0
3
3
sphinx_rtd_theme
You can’t perform that action at this time.
0 commit comments