File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
Expand file tree Collapse file tree 3 files changed +5
-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 (:pull : `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 (:pull : `193 `).
10+ before imporing the backend (PR :pr : `193 `).
1111
1212v1.1
1313----
Original file line number Diff line number Diff line change 1717 "sphinx.ext.autodoc" ,
1818 "sphinx.ext.intersphinx" ,
1919 "sphinx.ext.extlinks" ,
20+ "sphinx_issues" ,
2021]
2122
2223toc_object_entries_show_parents = "hide"
4647# -- Options for extlinks ----------------------------------------------------
4748# https://www.sphinx-doc.org/en/master/usage/extensions/extlinks.html#configuration
4849
49- extlinks = {
50- "pypi" : ("https://pypi.org/project/%s" , "%s" ),
51- "issue" : ("https://github.com/pypa/pyproject-hooks/issues/%s" , "#%s" ),
52- "pull" : ("https://github.com/pypa/pyproject-hooks/pull/%s" , "#%s" ),
53- }
50+ 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