File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1313
1414build :
1515 -mkdir -p $(BUILDDIR )
16- -cp " $( SOURCEDIR) /_gitignore.txt" " $( BUILDDIR) /.gitignore"
17- -cp " $( SOURCEDIR) /versions.json" " $( BUILDDIR) /versions.json"
18- -cp " $( SOURCEDIR) /index.html" " $( BUILDDIR) /index.html"
16+ -cp " $( SOURCEDIR) /_ghpages/ _gitignore.txt" " $( BUILDDIR) /.gitignore"
17+ -cp " $( SOURCEDIR) /_ghpages/ versions.json" " $( BUILDDIR) /versions.json"
18+ -cp " $( SOURCEDIR) /_ghpages/ index.html" " $( BUILDDIR) /index.html"
1919 -touch " $( BUILDDIR) /.nojekyll"
2020 -sphinx-build " $( SOURCEDIR) /2021.12" " $( BUILDDIR) /2021.12" $(SPHINXOPTS )
2121 -cp -r " $( BUILDDIR) /2021.12" " $( BUILDDIR) /latest"
Original file line number Diff line number Diff line change 2121# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222# SOFTWARE.
2323#/
24+ #
25+ # Note this file is not intended to be a .gitignore for the main branch, but to
26+ # be copied into gh-pages branch.
2427
2528_site
2629build/
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments