File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4444 @echo " coverage run coverage test (in progress)"
4545 @echo " doc make HTML docs"
4646 @echo " docserve run an HTTP server on the docs directory"
47- @echo " html to make standalone HTML files "
48- @echo " htmlview to open the index page built by the html target in your browser"
47+ @echo " html make HTML docs "
48+ @echo " htmlview open the index page built by the html target in your browser"
4949 @echo " inplace make inplace extension"
5050 @echo " install make and install"
5151 @echo " install-coverage make and install with C coverage"
Original file line number Diff line number Diff line change 2828# ones.
2929extensions = [
3030 "sphinx.ext.autodoc" ,
31- "sphinx.ext.intersphinx" ,
3231 "sphinx.ext.extlinks" ,
32+ "sphinx.ext.intersphinx" ,
3333 "sphinx.ext.viewcode" ,
3434 "sphinx_copybutton" ,
3535 "sphinx_inline_tabs" ,
You can’t perform that action at this time.
0 commit comments