-
Notifications
You must be signed in to change notification settings - Fork 137
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
Some warnings when building the docs #189
Comments
The proper way to fix this is to make a toml lexer available. There isn't one built into pygments, but one has been written - maybe it just needs to be packaged up as a pygments plugin. https://bitbucket.org/birkenfeld/pygments-main/issues/1150/new-lexer-request-toml-rust |
Mostly fixed in #181 by adding a dependency on github-pygments-lexers. The |
It looks like, according this doc, the markup should be:
I can create a PR with this change. |
Fix the warning related to `--repository` option. Add sphinx to requirements-test. Run `make html` as part of travis CI. Closes pypa#189
There were some warnings when I built the docs using Sphinx 1.7.4.
Any interest in cleaning these up?
I can also try add building the documenation as part of travis job.
The text was updated successfully, but these errors were encountered: