Uh oh!
There was an error while loading. Please reload this page.
Using caption with different toc sections instead of JS/CSS hack. - #1025
Conversation
dhermes
commented
Jul 30, 2015
|
dhermes
commented
Jul 31, 2015
Previous comments that were addressed in later changes: This fits within the Sphinx construct and would allow our docs to be built on readthedocs.org. Unfortunately, this doesn't quite agree with our CSS (we need some left-hand padding): I got this inspiration / technique from (source): As a test to see if our docs would build in the readthedocs theme, I swapped out |
c062561 to
65e7b2cCompare65e7b2c to
0a4fde6Comparedhermes
commented
Aug 4, 2015
dhermes
commented
Aug 4, 2015
tseaver
commented
Aug 4, 2015
Mine is |
This fits within the Sphinx construct and would allow our docs to be built on readthedocs.org.
0a4fde6 to
865a78aComparedhermes
commented
Aug 4, 2015
@tseaver Added you as a maintainer. Are you reviewing this? |
dhermes
commented
Aug 4, 2015
@tseaver Any issues with these changes? |
tseaver
commented
Aug 5, 2015
Sorry, I thought from the botched rendering in the last example it wasn't ready to go. LGTM. |
Using caption with different toc sections instead of JS/CSS hack.
dhermes
commented
Aug 5, 2015
@tseaver Do you know much about RTD? It's using the old Sphinx theme for some reason (though not locally via |
dhermes
commented
Aug 5, 2015
I think it might be my use of ifON_READ_THE_DOCSorLOCAL_READ_THE_DOCS:
templates_path= []
else:
templates_path= ['_templates']i.e. I think RTD uses |
dhermes
commented
Aug 5, 2015
Scratch that, it was the use of |
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
* chore(python): Add Python 3.12 Source-Link: googleapis/synthtool@af16e6d Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:bacc3af03bff793a03add584537b36b5644342931ad989e3ba1171d3bd5399f5 * Add python 3.12 to setup.py and owlbot.py * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * fix incorrect usage of assert_called_once() * update required checks --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>




Using caption with different toc sections instead of JS/CSS hack.
This fits within the Sphinx construct and would allow our docs to be built on readthedocs.org.
Building with
tox -e docswe get:Building with
LOCAL_RTD=True tox -e docswe get:AFAICT, by using
:titlesonly:and some other rules we can get rid of the expandable sections (or just not use h1, or change maxdepth).