Skip to content

jtrakk/sphinx-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install with:

poetry install

Then run the build:

poetry run sphinx-build -E -b html  docs dist/docs -v

Gives this message:

sphinx-demo/docs/index.rst:14: WARNING: undefined label: mycontainer
sphinx-demo/docs/index.rst:16: WARNING: undefined label: othercontainer

Examine the files in dist/docs/index.html.

docs/screenshot1.png

The behavior I want is for the referenced text to be hyperlinked "Cont. 1" instead of the monospace without link.

Also, at the actual container, the container number should appear instead of just the content.

docs/screenshot2.png

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages