Skip to content

Merge doc makefiles into a Python script #96

@datapythonista

Description

@datapythonista

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions