File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed
Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 2929 - name : Build static files
3030 run : |
3131 cd docs
32- make html
32+ make html-all
3333
3434 - name : Upload build artifact
3535 uses : actions/upload-artifact@v5.0.0
Original file line number Diff line number Diff line change 2727 - name : Build static files
2828 run : |
2929 cd docs
30- make html
30+ make html-all
3131
3232 - name : Upload build artifact
3333 uses : actions/upload-artifact@v5.0.0
Original file line number Diff line number Diff line change 5454 @echo
5555 @echo " Build finished. The HTML pages are in $( BUILDDIR) /html."
5656
57+ .PHONY : html-old
58+ html-old :
59+ $(SPHINXBUILD ) -b html -D html_baseurl=' /ru/latest/' $(ALLSPHINXOPTS ) $(BUILDDIR ) /html/ru/latest
60+ @echo
61+ @echo " Old link style version for backward compatibility built in $( BUILDDIR) /html/ru/latest"
62+
63+ .PHONY : html-all
64+ html-all : html html-old
65+ @echo
66+ @echo " Build finished. HTML pages available at / and /ru/latest"
67+
5768.PHONY : dirhtml
5869dirhtml :
5970 $(SPHINXBUILD ) -b dirhtml $(ALLSPHINXOPTS ) $(BUILDDIR ) /dirhtml
Original file line number Diff line number Diff line change 318318#
319319# man_show_urls = False
320320
321-
322321# -- Options for Texinfo output -------------------------------------------
323322
324323# Grouping the document tree into Texinfo files. List of tuples
You can’t perform that action at this time.
0 commit comments