File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ dochtml: $(DOCBIN) cmd_help ## Build the docs HTML output.
159
159
docdev : dochtml # # Build docs, and auto-watch for changes.
160
160
PATH=$(DOCBIN ) :$(PATH ) $(SPHINXAUTOBUILD ) -b html doc doc/_build/html
161
161
162
- docspell : $(DOCBIN )
162
+ docspell : $(DOCBIN ) # # Run the spell checker on the docs.
163
163
$(SPHINXBUILD ) -b spelling doc doc/_spell
164
164
165
165
publish :
@@ -179,7 +179,7 @@ $(CHANGES_MD): CHANGES.rst $(DOCBIN)
179
179
$(SPHINXBUILD ) -b rst doc tmp/rst_rst
180
180
pandoc -frst -tmarkdown_strict --atx-headers --wrap=none tmp/rst_rst/changes.rst > $(CHANGES_MD )
181
181
182
- relnotes_json : $(RELNOTES_JSON )
182
+ relnotes_json : $(RELNOTES_JSON ) # # Convert changelog to JSON for further parsing.
183
183
$(RELNOTES_JSON ) : $(CHANGES_MD )
184
184
$(DOCBIN ) /python ci/parse_relnotes.py tmp/rst_rst/changes.md $(RELNOTES_JSON )
185
185
You can’t perform that action at this time.
0 commit comments