문제

http://docs.python.org/3/

I would like to mimic python documentations fronpage for my own project. Trouble is every other page has show source link in the sidebar except for the front page.

How can I archive the same effect on new sphinx project?

도움이 되었습니까?

해결책

The documentation front page at http://docs.python.org/3/ is based on Jinja templates.

The theme is called pydoctheme (html_theme = 'pydoctheme' in conf.py).

More information about templates and themes in Sphinx:

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top