File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 55----
66
77- Improve interoperability with ``importlib.metadata ``, fixing a regression
8- in setuptools compatibility in 1.1 (# 199).
8+ in setuptools compatibility in 1.1 (PR :pr: ` 199 ` ).
99- Clean up the ``_in_process `` directory inside the package from ``sys.path ``
10- before imporing the backend (# 193).
10+ before imporing the backend (PR :pr: ` 193 ` ).
1111
1212v1.1
1313----
3939
4040- Remove support for end-of-life Pythons. Now requires Python3.6+.
4141- Remove support for ``toml `` package. Now requires ``tomli ``.
42- - Rely on preferred "files" API on Python 3.9 and later (# 140).
42+ - Rely on preferred "files" API on Python 3.9 and later (:issue: ` 140 ` ).
4343
4444v0.12
4545-----
Original file line number Diff line number Diff line change 1616extensions = [
1717 "sphinx.ext.autodoc" ,
1818 "sphinx.ext.intersphinx" ,
19- "sphinx.ext.extlinks " ,
19+ "sphinx_issues " ,
2020]
2121
2222toc_object_entries_show_parents = "hide"
4646# -- Options for extlinks ----------------------------------------------------
4747# https://www.sphinx-doc.org/en/master/usage/extensions/extlinks.html#configuration
4848
49- extlinks = {
50- "pypi" : ("https://pypi.org/project/%s" , "%s" ),
51- }
49+ issues_github_path = "pypa/pyproject-hooks"
Original file line number Diff line number Diff line change 11furo
22sphinx
3+ sphinx-issues
You can’t perform that action at this time.
0 commit comments