Add make.bat for Windows documentation builds#872
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #872 +/- ##
=======================================
+ Coverage 85.6% 85.7% +0.1%
=======================================
Files 151 151
Lines 16310 16330 +20
=======================================
+ Hits 13967 14002 +35
+ Misses 2343 2328 -15 🚀 New features to boost your workflow:
|
|
Is there a reason this differs from the one generated by sphinx? |
|
Actually this is a simplified version that mirrors the existing Makefile behavior, but it does differ slightly from the default Sphinx generated template. |
I think that would be preferred. We don't want to maintain our own versions of these files. |
|
This part also needs to be included in here Lines 17 to 20 in e6bdd53 |
|
Is there anyone with a Windows machine who could test this out? |
Adds a Windows compatible
make.batscript to build Sphinx documentation locally.libpysal previously provided only a Makefile, requiring Windows contributors to manually call sphinx-build. Now, running
make.bat htmlenables easy local Sphinx doc builds.AI Disclosure:
AI was used for code clarification. All communications were written by the contributor.