File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1515livehtml :
1616 sphinx-autobuild -b html $(SOURCEDIR ) $(ALLSPHINXOPTS ) $(BUILDDIR ) /html
1717
18+ clean :
19+ rm -rf $(BUILDDIR ) /*
20+ rm -rf auto_examples/
21+
1822.PHONY : help Makefile
1923
2024# Catch-all target: route all unknown targets to Sphinx using the new
File renamed without changes.
Original file line number Diff line number Diff line change 139139# Add any paths that contain custom static files (such as style sheets) here,
140140# relative to this directory. They are copied after the builtin static files,
141141# so a file named "default.css" will overwrite the builtin "default.css".
142- # html_static_path = ["_static"]
142+ html_static_path = ["_static" ]
143143
144144# These paths are either relative to html_static_path
145145# or fully qualified paths (eg. https://...)
Original file line number Diff line number Diff line change 1- Installing PyCSEP
1+ Installing pyCSEP
22=================
33
44We are working on a ``conda-forge `` recipe and PyPI distribution.
You can’t perform that action at this time.
0 commit comments