File tree Expand file tree Collapse file tree 4 files changed +29
-32
lines changed Expand file tree Collapse file tree 4 files changed +29
-32
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,10 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
29
29
- Remove ` .pre-commit-config.yaml ` : Let's not automate what the contributor could /
30
30
should do themselves.
31
31
32
+ ### Documentation
33
+
34
+ - Render changelog in sphinx-autoissues (#378 )
35
+
32
36
### Bug fixes
33
37
34
38
- Fix cloning of mercurial repositories
@@ -63,21 +67,21 @@ Patch branch: [`v1.12.x`](https://github.com/vcs-python/vcspull/tree/v1.12.x)
63
67
### Breaking changes
64
68
65
69
- Config location uses ` XDG_CONFIG_HOME ` from [ XDG Base Directory] ,
66
- ({issue} ` 367 ` ).
70
+ (# 367 ).
67
71
68
72
Old path: ` ~/.vcspull `
69
73
70
74
New path: ` XDG_CONFIG_HOME ` , usually ` ~/.config/vcspull `
71
75
72
76
[ xdg base directory ] : https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
73
77
74
- - Override config directory via ` VCSPULL_CONFIGDIR ` ({issue} ` 367 ` )
75
- - Switch from ` str ` to ` pathlib.Path ` ({issue} ` 364 ` )
78
+ - Override config directory via ` VCSPULL_CONFIGDIR ` (# 367 )
79
+ - Switch from ` str ` to ` pathlib.Path ` (# 364 )
76
80
- Requires click 8+
77
81
78
82
### Compatibility
79
83
80
- - Allow click 8.1.x ({issue} ` 372 ` )
84
+ - Allow click 8.1.x (# 372 )
81
85
- vcspull learned ` -h ` for help (thanks HN 2022-04-11)
82
86
- Python 3.7 and 3.8 dropped (#356 )
83
87
@@ -118,7 +122,7 @@ Patch branch: [`v1.12.x`](https://github.com/vcs-python/vcspull/tree/v1.12.x)
118
122
119
123
### Compatibility
120
124
121
- - Allow click 8.1.x (backport of {issue} ` 372 ` )
125
+ - Allow click 8.1.x (backport of # 372 )
122
126
123
127
## vcspull 1.11.3 (2022-04-11)
124
128
Original file line number Diff line number Diff line change 23
23
"sphinx.ext.todo" ,
24
24
"sphinx.ext.napoleon" ,
25
25
"sphinx.ext.linkcode" ,
26
- "sphinx_issues " ,
26
+ "sphinx_autoissues " ,
27
27
"sphinx_click.ext" , # sphinx-click
28
28
"sphinx_inline_tabs" ,
29
29
"sphinx_copybutton" ,
83
83
]
84
84
}
85
85
86
+ # sphinx-autoissues
87
+ issuetracker = "github"
88
+ issuetracker_project = "vcs-python/vcspull"
89
+
86
90
# sphinx.ext.autodoc
87
91
autoclass_content = "both"
88
92
autodoc_member_order = "bysource"
109
113
copybutton_prompt_is_regexp = True
110
114
copybutton_remove_prompts = True
111
115
112
- # sphinx-issues
113
- issues_github_path = "vcs-python/vcspull"
114
-
115
116
# sphinxext-rediraffe
116
117
rediraffe_redirects = "redirects.txt"
117
118
rediraffe_branch = "master~1"
Original file line number Diff line number Diff line change @@ -68,11 +68,11 @@ sphinx-autoapi = "*"
68
68
sphinx-autobuild = " *"
69
69
sphinx-autodoc-typehints = " *"
70
70
sphinx-click = " *"
71
- sphinx-issues = " *"
72
71
sphinx-inline-tabs = " *"
73
72
sphinxext-opengraph = " *"
74
73
sphinx-copybutton = " *"
75
74
sphinxext-rediraffe = " *"
75
+ sphinx-autoissues = " *"
76
76
myst_parser = " *"
77
77
78
78
# ## Testing ###
@@ -96,13 +96,13 @@ mypy = "*"
96
96
[tool .poetry .extras ]
97
97
docs = [
98
98
" sphinx" ,
99
- " sphinx-issues" ,
100
99
" sphinx-click" ,
101
100
" sphinx-autoapi" ,
102
101
" sphinx-autodoc-typehints" ,
103
102
" sphinx-autobuild" ,
104
103
" sphinxext-rediraffe" ,
105
104
" sphinx-copybutton" ,
105
+ " sphinx-autoissues" ,
106
106
" sphinxext-opengraph" ,
107
107
" sphinx-inline-tabs" ,
108
108
" myst_parser" ,
You can’t perform that action at this time.
0 commit comments