Skip to content

GabrielAihara/python-docs-theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Docs Sphinx Theme

This is the theme for the Python documentation.

Note that when adopting this theme, you're also borrowing an element of the trust and credibility established by the CPython core developers over the years. That's fine, and you're welcome to do so for other Python community projects if you so choose, but please keep in mind that in doing so you're also choosing to accept some of the responsibility for maintaining that collective trust.

To use the theme, install it into your docs build environment via pip (preferably in a virtual environment).

  1. Create and activate a virtual environment:

    $ python -m venv env
    $ source env/bin/activate
    
  2. Install python-docs-theme using pip:

    (env)$ python -m pip install python-docs-theme
    

About

Sphinx theme for Python documentation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 56.8%
  • CSS 18.3%
  • HTML 16.2%
  • Python 8.7%