Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Commit

Permalink
Add python3 as default highlighting language
Browse files Browse the repository at this point in the history
This fixes the syntax highlighting on readthedocs.
See issue #591 of aiohttp for more information:
aio-libs/aiohttp#591
  • Loading branch information
vinmic committed Jul 26, 2016
1 parent 7581e3b commit 6e5b44d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'

# The default language to highlight source code in.
highlight_language = 'python3'

# A list of ignored prefixes for module index sorting.
# modindex_common_prefix = []

Expand Down

0 comments on commit 6e5b44d

Please sign in to comment.