pypa / pypa/packaging.python.org
Sphinx PDF missing contents
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.7k
- Forks
- 1.7k
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 4
Description
Issue Description
I was able to generate a PDF file via
uv venv
source .venv/bin/activate
sphinx-build -M latexpdf source build
, but unfortunately the contents isn't included (the page under Contents heading is just blank). Could someone help fix this?
Code of Conduct
- I am aware that participants in this repository must follow the PSF Code of Conduct.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the documentation build with uv venv, source .venv/bin/activate, and sphinx-build -M latexpdf source build. Inspect the generated PDF and the Sphinx/LaTeX documentation configuration to determine why the Contents page is blank; done means the generated PDF includes its contents.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- latex, python
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100