Currently, we update the contents of docs/ with the built html files in docsrc/_build/html/ (after running make html). The existing files in docs/ which do not match those from docsrc/_build/html/ are deleted including .nojekyll
This PR is to adjust the makefile to keep .nojekyll in docs/ when syncing between docs/ and docsrc/_build/html/
Currently, we update the contents of docs/ with the built html files in docsrc/_build/html/ (after running
make html
). The existing files in docs/ which do not match those from docsrc/_build/html/ are deleted including .nojekyllThis PR is to adjust the makefile to keep .nojekyll in docs/ when syncing between docs/ and docsrc/_build/html/
also see https://github.com/pysal/libpysal/pull/207