https://github.com/jacobcoffee/cpython-shibuya
CPython docs w/ Shibuya Theme
https://github.com/jacobcoffee/cpython-shibuya
lepture shibuya sphinx
Last synced: 9 months ago
JSON representation
CPython docs w/ Shibuya Theme
- Host: GitHub
- URL: https://github.com/jacobcoffee/cpython-shibuya
- Owner: JacobCoffee
- License: other
- Created: 2024-06-04T01:15:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-07T22:44:21.000Z (over 1 year ago)
- Last Synced: 2024-12-30T00:24:59.121Z (over 1 year ago)
- Topics: lepture, shibuya, sphinx
- Language: Python
- Homepage: https://jacobcoffee.github.io/cpython-shibuya/
- Size: 525 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Contributing: .github/CONTRIBUTING.rst
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
CPython as of 3.13.0, using the Shibuya theme
================================================
`Shibuya Theme `_ is a modern theme for Sphinx.
It's hot!
.. image:: index-example.png
.. image:: stdlib-example.png
.. image:: 313-dark-example.png
Build
-----
.. code-block:: console
:caption: Install, build, and serve docs
cd Doc/
make docs-install
make docs-serve
Visit http://localhost:8000/ to view the documentation.