Sfoglia il codice sorgente

[docs] Use pygment style: colorful

Ask Solem 9 anni fa
parent
commit
6074e56c06
1 ha cambiato i file con 11 aggiunte e 11 eliminazioni
  1. 11 11
      docs/conf.py

+ 11 - 11
docs/conf.py

@@ -16,17 +16,17 @@ import celery  # noqa
 # General configuration
 # ---------------------
 
-extensions = ['sphinx.ext.autodoc',
-              'sphinx.ext.coverage',
-              'sphinx.ext.pngmath',
-              'sphinx.ext.viewcode',
-              'sphinx.ext.coverage',
-              'sphinx.ext.intersphinx',
-              'sphinxcontrib.cheeseshop',
-              'celery.contrib.sphinx',
-              'githubsphinx',
-              'celerydocs']
-
+extensions = [
+    'sphinx.ext.autodoc',
+    'sphinx.ext.coverage',
+    'sphinx.ext.pngmath',
+    'sphinx.ext.viewcode',
+    'sphinx.ext.intersphinx',
+    'sphinxcontrib.cheeseshop',
+    'celery.contrib.sphinx',
+    'githubsphinx',
+    'celerydocs',
+]
 
 LINKCODE_URL = 'https://github.com/{proj}/tree/{branch}/{filename}.py'
 GITHUB_PROJECT = 'celery/celery'