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

Fix documentation making #259

Merged
merged 3 commits into from May 25, 2017
Merged

Fix documentation making #259

merged 3 commits into from May 25, 2017

Conversation

nforro
Copy link
Collaborator

@nforro nforro commented Apr 28, 2017

  • Entry points need to be accessible also when building documentation for all options to be properly generated.
  • Project must be built before generating documentation, otherwise egg-info directory with entry points could be missing or invalid.
  • Building man page using make man command from project directory now uses custom-man builder.
  • backports.lzma module is no longer being mocked up on readthedocs, as documenation builds were failing because of that.

@nforro nforro requested a review from skisela April 28, 2017 12:59
@nforro nforro added this to the v0.10.0 milestone Apr 28, 2017
@nforro nforro changed the base branch from nforro-travis-docker to master May 11, 2017 09:10
@nforro nforro changed the title Fix documentation building Fix documentation builds May 11, 2017
@nforro nforro force-pushed the nforro-doc-building-fixes branch from 3f80739 to 8f27a80 Compare May 11, 2017 10:08
@nforro nforro changed the title Fix documentation builds Fix documentation making May 11, 2017
@nforro nforro force-pushed the nforro-doc-building-fixes branch from 8f27a80 to 8e1cb05 Compare May 11, 2017 10:10
@nforro nforro force-pushed the nforro-doc-building-fixes branch from 8e1cb05 to abb8f57 Compare May 25, 2017 08:32
Entry points need to be accessible also when building documentation
for all options to be properly generated.

Project must be built before generating documentation, otherwise
egg-info directory with entry points could be missing or invalid.

Building man page using "make man" command from project directory
now uses "custom-man" builder.

Signed-off-by: Nikola Forró <nforro@redhat.com>
For some reason mocking up this module is no longer necessary,
in fact it currently breaks documentation builds when mocked up.

Signed-off-by: Nikola Forró <nforro@redhat.com>
Signed-off-by: Nikola Forró <nforro@redhat.com>
@nforro nforro force-pushed the nforro-doc-building-fixes branch from abb8f57 to 91ef53c Compare May 25, 2017 08:39
@nforro nforro merged commit 43b8879 into master May 25, 2017
@nforro nforro deleted the nforro-doc-building-fixes branch May 25, 2017 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants