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

Enable setuptools use #29

Closed
jaraco opened this issue Feb 24, 2015 · 2 comments
Closed

Enable setuptools use #29

jaraco opened this issue Feb 24, 2015 · 2 comments

Comments

@jaraco
Copy link
Owner

jaraco commented Feb 24, 2015

Currently just distutils is employed. Use setuptools to enable development mode, etc.


@jaraco
Copy link
Owner Author

jaraco commented Feb 24, 2015

I don't want to add this dependency just to get the 'develop' command.


Original comment by: Tarek Ziadé

@jaraco
Copy link
Owner Author

jaraco commented Feb 24, 2015

I think most people just uses easy_install, and setuptools or distribute is widely available in most python installations. Do you really think it would be such an hard dependency to comply with?


Original comment by: Alan Franzoni

@jaraco jaraco closed this as completed Feb 24, 2015
jaraco pushed a commit that referenced this issue May 20, 2021
This change adds `nitpicky=True` (which is an equivalent of `-n`) to
make Sphinx emit warnings for any references to non-existing targets.
Then, it adds `-W` to make it fail whenever a single warning is seen.
Finally, `--keep-going` allows Sphinx to print out all the warnings
before exiting instead of showing just one and bailing.

Resolves #29

Refs:
* https://www.sphinx-doc.org/en/master/man/sphinx-build.html#cmdoption-sphinx-build-n
* https://www.sphinx-doc.org/en/master/man/sphinx-build.html#cmdoption-sphinx-build-W
* https://www.sphinx-doc.org/en/master/man/sphinx-build.html#cmdoption-sphinx-build-keep-going
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant