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

Docs: Fixed missing Python 2 only methods in docs #53

Merged
merged 1 commit into from Aug 6, 2020

Conversation

andy-maier
Copy link
Contributor

@andy-maier andy-maier commented Aug 6, 2020

See commit message.
No review needed.

@andy-maier andy-maier changed the title Fixed doc generation by setting DOCS_SHOW_ALL Docs: Fixed missing Python 2 only methods in docs Aug 6, 2020
@andy-maier andy-maier self-assigned this Aug 6, 2020
@andy-maier andy-maier added this to the 1.0.0 milestone Aug 6, 2020
@andy-maier andy-maier linked an issue Aug 6, 2020 that may be closed by this pull request
Details:

* The environment variable DOCS_SHOW_ALL that controls whether the
  python 2 only methods are not removed when docs are built, was
  set in the Makefile. That worked in a local docs build, but not
  for the RTD docs build because that one invoked Sphinx directly.

  Fixed that by moving the setting of the env var into docs/conf.py,
  removing it from the Makefile.

* Renamed the variable to BUILDING_DOCS for better clarity.

Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
@coveralls
Copy link

coveralls commented Aug 6, 2020

Coverage Status

Coverage remained the same at 100.0% when pulling d6fbd2e on andy/fix-docs into 0fac7b7 on master.

@andy-maier andy-maier merged commit 7c928f4 into master Aug 6, 2020
@andy-maier andy-maier deleted the andy/fix-docs branch August 6, 2020 06:01
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

Successfully merging this pull request may close these issues.

RTD does not include iter..() and view..() methods of NocaseDict
2 participants