File tree 4 files changed +6
-3
lines changed
4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 13
13
14
14
build :
15
15
-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"
19
19
-touch " $( BUILDDIR) /.nojekyll"
20
20
-sphinx-build " $( SOURCEDIR) /2021.12" " $( BUILDDIR) /2021.12" $(SPHINXOPTS )
21
21
-cp -r " $( BUILDDIR) /2021.12" " $( BUILDDIR) /latest"
Original file line number Diff line number Diff line change 21
21
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22
22
# SOFTWARE.
23
23
#/
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.
24
27
25
28
_site
26
29
build/
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments