Issue #154
closedpulp_python docs should use the Sphinx RTD theme by default similar to Pulp platform
Description
When building the docs you get something that is visually different from the docs hosted at RTD. I expect the locally build html docs to use the RTD Sphinx theme if it is installed. If it is not installed it should fall back to the default sphinx theme.
Updated by bmbouter about 8 years ago
- Status changed from ASSIGNED to POST
PR available at: https://github.com/pulp/pulp_python/pull/19
Updated by bmbouter about 8 years ago
- Status changed from POST to MODIFIED
- Platform Release set to master
Merged to master.
Updated by bmbouter about 8 years ago
QE steps to verify:
1) Ensure that you do not have sphinx-rtd-theme installed. `pip freeze | grep sphinx-rtd-theme | wc l` should report 0
2) build the docs locally
3) ensure the docs build with the default sphinx theme. Do this by seeing the look and feel.
4) install sphinx-rtd-theme using pip
5) make clean and make html to rebuild the docs
5) ensure that they have the same look and feel as http://pulp-python.readthedocs.org/en/latest/
Updated by bmbouter about 8 years ago
- Platform Release deleted (
master) - Target Release - Python set to master
Updated by rbarlow almost 8 years ago
- Status changed from MODIFIED to 5
- Target Release - Python changed from master to 1.0.0
Fixed in 1.0.0-0.1.beta.
Updated by bmbouter about 7 years ago
- Status changed from 5 to CLOSED - CURRENTRELEASE