-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
In the doc/
directory we've got two different scripts, that were created by Sphinx, Makefile
and make.bat
. The reason why Sphinx does this is because a Makefile
only works in unix system (Linux or Mac mainly), so a separate make.bat
file to build the docs in windows is provided.
But instead of having two separate scripts, seems more efficient to have a single script in a language that works in any platform. Python looks like a good option for that. Can we replace those files by a Python file that builds the documentation and provides the same functionality?
Metadata
Metadata
Assignees
Labels
No labels