Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sphinx: make.bat html #1

Closed
sbrisard opened this issue Aug 2, 2018 · 0 comments
Closed

Sphinx: make.bat html #1

sbrisard opened this issue Aug 2, 2018 · 0 comments
Labels

Comments

@sbrisard
Copy link
Owner

sbrisard commented Aug 2, 2018

The make.bat that is automatically generated by sphinx-quickstart has been altered in order to place the generated html files in PROJECT_ROOT/docs (this is required by GitHub pages).

For the time being, the following command is executed

if exist "_build\html\" xcopy /i /s /e _build\html ..\docs

This hack should be made a bit more robust, by

  • testing whether the html target was indeed invoked,
  • sphinx-build ran successfully.
sbrisard added a commit that referenced this issue Aug 9, 2018
@sbrisard sbrisard closed this as completed Aug 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant