https://github.com/celery/sphinx_celery
Celery Sphinx Theme and Utilities
https://github.com/celery/sphinx_celery
documentation python sphinx-extension sphinx-theme theme
Last synced: 4 months ago
JSON representation
Celery Sphinx Theme and Utilities
- Host: GitHub
- URL: https://github.com/celery/sphinx_celery
- Owner: celery
- License: other
- Created: 2016-04-08T00:20:52.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-05-26T16:44:03.000Z (about 1 year ago)
- Last Synced: 2025-06-21T05:23:25.008Z (12 months ago)
- Topics: documentation, python, sphinx-extension, sphinx-theme, theme
- Language: Python
- Size: 97.7 KB
- Stars: 6
- Watchers: 7
- Forks: 17
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- Changelog: Changelog
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
=====================================================================
Celery Sphinx Utilities
=====================================================================
:Version: 2.1.3
:Download: http://pypi.python.org/pypi/sphinx_celery/
:Source: http://github.com/celery/sphinx_celery/
:DeepWiki: |deepwiki|
:Keywords: Sphinx, documentation, python
.. |deepwiki| image:: https://devin.ai/assets/deepwiki-badge.png
:alt: Ask http://DeepWiki.com
:target: https://deepwiki.com/celery/sphinx_celery
:width: 125px
About
=====
This project provides the Celery sphinx theme and common Sphinx utilities.
.. _installation:
Installation
============
You can install sphinx_celery either via the Python Package Index (PyPI)
or from source.
To install using `pip`,::
$ pip install -U sphinx_celery
To install using `easy_install`,::
$ easy_install -U sphinx_celery
.. _installing-from-source:
Downloading and installing from source
--------------------------------------
Download the latest version of sphinx_celery from
http://pypi.python.org/pypi/sphinx_celery/
You can install it by doing the following,::
$ tar xvfz sphinx_celery.0.0.tar.gz
$ cd sphinx_celery.0.0
$ python setup.py build
# python setup.py install
The last command must be executed as a privileged user if
you are not currently using a virtualenv.
.. _installing-from-git:
Using the development version
-----------------------------
With pip
~~~~~~~~
You can install the latest snapshot of sphinx_celery using the following
pip command::
$ pip install https://github.com/celery/sphinx_celery/zipball/master#egg=sphinx_celery