Skip to content

Commit 51feda5

Browse files
committed
1 parent 6885993 commit 51feda5

File tree

43 files changed

+39
-39
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+39
-39
lines changed

.doctrees/download.doctree

0 Bytes
Binary file not shown.

.doctrees/environment.pickle

0 Bytes
Binary file not shown.

_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const DOCUMENTATION_OPTIONS = {
2-
VERSION: '2.19.0',
2+
VERSION: '2.19.1',
33
LANGUAGE: 'en',
44
COLLAPSE_INDEX: false,
55
BUILDER: 'dirhtml',

_static/pyodide/packages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"info": {"arch": "wasm32", "platform": "Emscripten-1.0"}, "packages": {"distutils": {"name": "distutils", "version": "1.0", "file_name": "distutils.tar", "install_dir": "lib", "depends": [], "imports": ["distutils"]}, "micropip": {"name": "micropip", "version": "0.1", "file_name": "micropip-0.1-py3-none-any.whl", "install_dir": "site", "depends": ["pyparsing", "packaging", "distutils"], "imports": ["micropip"]}, "packaging": {"name": "packaging", "version": "21.3", "file_name": "packaging-21.3-py3-none-any.whl", "install_dir": "site", "depends": ["pyparsing"], "imports": ["packaging"]}, "pygments": {"name": "Pygments", "version": "2.99", "file_name": "pygments-2.19.0-py3-none-any.whl", "install_dir": "site", "depends": [], "imports": ["pygments"]}, "pyparsing": {"name": "pyparsing", "version": "3.0.7", "file_name": "pyparsing-3.0.7-py3-none-any.whl", "install_dir": "site", "depends": [], "imports": ["pyparsing"]}, "test": {"name": "test", "version": "1.0", "file_name": "test.tar", "install_dir": "lib", "depends": [], "imports": ["test"]}}}
1+
{"info": {"arch": "wasm32", "platform": "Emscripten-1.0"}, "packages": {"distutils": {"name": "distutils", "version": "1.0", "file_name": "distutils.tar", "install_dir": "lib", "depends": [], "imports": ["distutils"]}, "micropip": {"name": "micropip", "version": "0.1", "file_name": "micropip-0.1-py3-none-any.whl", "install_dir": "site", "depends": ["pyparsing", "packaging", "distutils"], "imports": ["micropip"]}, "packaging": {"name": "packaging", "version": "21.3", "file_name": "packaging-21.3-py3-none-any.whl", "install_dir": "site", "depends": ["pyparsing"], "imports": ["packaging"]}, "pygments": {"name": "Pygments", "version": "2.99", "file_name": "pygments-2.19.1-py3-none-any.whl", "install_dir": "site", "depends": [], "imports": ["pygments"]}, "pyparsing": {"name": "pyparsing", "version": "3.0.7", "file_name": "pyparsing-3.0.7-py3-none-any.whl", "install_dir": "site", "depends": [], "imports": ["pyparsing"]}, "test": {"name": "test", "version": "1.0", "file_name": "test.tar", "install_dir": "lib", "depends": [], "imports": ["test"]}}}

_static/pyodide/pyodide.asm.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_static/pyodide/pyodide.asm.wasm

0 Bytes
Binary file not shown.

_static/pyodide/test.tar

0 Bytes
Binary file not shown.

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><title>Demo &#8212; Pygments</title>
77
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=d75fae25" />
88
<link rel="stylesheet" type="text/css" href="../_static/pygments14.css?v=597fcfb8" />
9-
<script src="../_static/documentation_options.js?v=13f2638a"></script>
9+
<script src="../_static/documentation_options.js?v=01345f90"></script>
1010
<script src="../_static/doctools.js?v=9bcbadda"></script>
1111
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
1212
<link rel="icon" href="../_static/favicon.ico"/>

docs/api/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<title>The full Pygments API &#8212; Pygments</title>
99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=d75fae25" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/pygments14.css?v=597fcfb8" />
11-
<script src="../../_static/documentation_options.js?v=13f2638a"></script>
11+
<script src="../../_static/documentation_options.js?v=01345f90"></script>
1212
<script src="../../_static/doctools.js?v=9bcbadda"></script>
1313
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
1414
<link rel="icon" href="../../_static/favicon.ico"/>

docs/authors/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<title>Full contributor list &#8212; Pygments</title>
99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=d75fae25" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/pygments14.css?v=597fcfb8" />
11-
<script src="../../_static/documentation_options.js?v=13f2638a"></script>
11+
<script src="../../_static/documentation_options.js?v=01345f90"></script>
1212
<script src="../../_static/doctools.js?v=9bcbadda"></script>
1313
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
1414
<link rel="icon" href="../../_static/favicon.ico"/>

docs/changelog/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<title>Pygments changelog &#8212; Pygments</title>
99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=d75fae25" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/pygments14.css?v=597fcfb8" />
11-
<script src="../../_static/documentation_options.js?v=13f2638a"></script>
11+
<script src="../../_static/documentation_options.js?v=01345f90"></script>
1212
<script src="../../_static/doctools.js?v=9bcbadda"></script>
1313
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
1414
<link rel="icon" href="../../_static/favicon.ico"/>

docs/cmdline/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<title>Command Line Interface &#8212; Pygments</title>
99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=d75fae25" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/pygments14.css?v=597fcfb8" />
11-
<script src="../../_static/documentation_options.js?v=13f2638a"></script>
11+
<script src="../../_static/documentation_options.js?v=01345f90"></script>
1212
<script src="../../_static/doctools.js?v=9bcbadda"></script>
1313
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
1414
<link rel="icon" href="../../_static/favicon.ico"/>

docs/contributing/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<title>Contributing to Pygments &#8212; Pygments</title>
99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=d75fae25" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/pygments14.css?v=597fcfb8" />
11-
<script src="../../_static/documentation_options.js?v=13f2638a"></script>
11+
<script src="../../_static/documentation_options.js?v=01345f90"></script>
1212
<script src="../../_static/doctools.js?v=9bcbadda"></script>
1313
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
1414
<link rel="icon" href="../../_static/favicon.ico"/>

docs/filterdevelopment/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<title>Write your own filter &#8212; Pygments</title>
99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=d75fae25" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/pygments14.css?v=597fcfb8" />
11-
<script src="../../_static/documentation_options.js?v=13f2638a"></script>
11+
<script src="../../_static/documentation_options.js?v=01345f90"></script>
1212
<script src="../../_static/doctools.js?v=9bcbadda"></script>
1313
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
1414
<link rel="icon" href="../../_static/favicon.ico"/>

docs/filters/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<title>Filters &#8212; Pygments</title>
99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=d75fae25" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/pygments14.css?v=597fcfb8" />
11-
<script src="../../_static/documentation_options.js?v=13f2638a"></script>
11+
<script src="../../_static/documentation_options.js?v=01345f90"></script>
1212
<script src="../../_static/doctools.js?v=9bcbadda"></script>
1313
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
1414
<link rel="icon" href="../../_static/favicon.ico"/>

docs/formatterdevelopment/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<title>Write your own formatter &#8212; Pygments</title>
99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=d75fae25" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/pygments14.css?v=597fcfb8" />
11-
<script src="../../_static/documentation_options.js?v=13f2638a"></script>
11+
<script src="../../_static/documentation_options.js?v=01345f90"></script>
1212
<script src="../../_static/doctools.js?v=9bcbadda"></script>
1313
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
1414
<link rel="icon" href="../../_static/favicon.ico"/>

docs/formatters/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<title>Available formatters &#8212; Pygments</title>
99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=d75fae25" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/pygments14.css?v=597fcfb8" />
11-
<script src="../../_static/documentation_options.js?v=13f2638a"></script>
11+
<script src="../../_static/documentation_options.js?v=01345f90"></script>
1212
<script src="../../_static/doctools.js?v=9bcbadda"></script>
1313
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
1414
<link rel="icon" href="../../_static/favicon.ico"/>

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<title>Pygments documentation &#8212; Pygments</title>
99
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=d75fae25" />
1010
<link rel="stylesheet" type="text/css" href="../_static/pygments14.css?v=597fcfb8" />
11-
<script src="../_static/documentation_options.js?v=13f2638a"></script>
11+
<script src="../_static/documentation_options.js?v=01345f90"></script>
1212
<script src="../_static/doctools.js?v=9bcbadda"></script>
1313
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
1414
<link rel="icon" href="../_static/favicon.ico"/>

docs/integrate/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<title>Using Pygments in various scenarios &#8212; Pygments</title>
99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=d75fae25" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/pygments14.css?v=597fcfb8" />
11-
<script src="../../_static/documentation_options.js?v=13f2638a"></script>
11+
<script src="../../_static/documentation_options.js?v=01345f90"></script>
1212
<script src="../../_static/doctools.js?v=9bcbadda"></script>
1313
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
1414
<link rel="icon" href="../../_static/favicon.ico"/>

docs/java/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<title>Use Pygments in Java &#8212; Pygments</title>
99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=d75fae25" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/pygments14.css?v=597fcfb8" />
11-
<script src="../../_static/documentation_options.js?v=13f2638a"></script>
11+
<script src="../../_static/documentation_options.js?v=01345f90"></script>
1212
<script src="../../_static/doctools.js?v=9bcbadda"></script>
1313
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
1414
<link rel="icon" href="../../_static/favicon.ico"/>

docs/lexerdevelopment/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<title>Write your own lexer &#8212; Pygments</title>
99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=d75fae25" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/pygments14.css?v=597fcfb8" />
11-
<script src="../../_static/documentation_options.js?v=13f2638a"></script>
11+
<script src="../../_static/documentation_options.js?v=01345f90"></script>
1212
<script src="../../_static/doctools.js?v=9bcbadda"></script>
1313
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
1414
<link rel="icon" href="../../_static/favicon.ico"/>

docs/lexers/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<title>Available lexers &#8212; Pygments</title>
99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=d75fae25" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/pygments14.css?v=597fcfb8" />
11-
<script src="../../_static/documentation_options.js?v=13f2638a"></script>
11+
<script src="../../_static/documentation_options.js?v=01345f90"></script>
1212
<script src="../../_static/doctools.js?v=9bcbadda"></script>
1313
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
1414
<link rel="icon" href="../../_static/favicon.ico"/>

docs/moinmoin/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<title>Using Pygments with MoinMoin &#8212; Pygments</title>
99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=d75fae25" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/pygments14.css?v=597fcfb8" />
11-
<script src="../../_static/documentation_options.js?v=13f2638a"></script>
11+
<script src="../../_static/documentation_options.js?v=01345f90"></script>
1212
<script src="../../_static/doctools.js?v=9bcbadda"></script>
1313
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
1414
<link rel="icon" href="../../_static/favicon.ico"/>

docs/plugins/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<title>Plugins &#8212; Pygments</title>
99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=d75fae25" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/pygments14.css?v=597fcfb8" />
11-
<script src="../../_static/documentation_options.js?v=13f2638a"></script>
11+
<script src="../../_static/documentation_options.js?v=01345f90"></script>
1212
<script src="../../_static/doctools.js?v=9bcbadda"></script>
1313
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
1414
<link rel="icon" href="../../_static/favicon.ico"/>

docs/quickstart/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<title>Introduction and Quickstart &#8212; Pygments</title>
99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=d75fae25" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/pygments14.css?v=597fcfb8" />
11-
<script src="../../_static/documentation_options.js?v=13f2638a"></script>
11+
<script src="../../_static/documentation_options.js?v=01345f90"></script>
1212
<script src="../../_static/doctools.js?v=9bcbadda"></script>
1313
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
1414
<link rel="icon" href="../../_static/favicon.ico"/>

docs/security/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<title>Security considerations &#8212; Pygments</title>
99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=d75fae25" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/pygments14.css?v=597fcfb8" />
11-
<script src="../../_static/documentation_options.js?v=13f2638a"></script>
11+
<script src="../../_static/documentation_options.js?v=01345f90"></script>
1212
<script src="../../_static/doctools.js?v=9bcbadda"></script>
1313
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
1414
<link rel="icon" href="../../_static/favicon.ico"/>

docs/styledevelopment/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<title>Write your own style &#8212; Pygments</title>
99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=d75fae25" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/pygments14.css?v=597fcfb8" />
11-
<script src="../../_static/documentation_options.js?v=13f2638a"></script>
11+
<script src="../../_static/documentation_options.js?v=01345f90"></script>
1212
<script src="../../_static/doctools.js?v=9bcbadda"></script>
1313
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
1414
<link rel="icon" href="../../_static/favicon.ico"/>

docs/styles/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<title>Styles &#8212; Pygments</title>
99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=d75fae25" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/pygments14.css?v=597fcfb8" />
11-
<script src="../../_static/documentation_options.js?v=13f2638a"></script>
11+
<script src="../../_static/documentation_options.js?v=01345f90"></script>
1212
<script src="../../_static/doctools.js?v=9bcbadda"></script>
1313
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
1414
<link rel="icon" href="../../_static/favicon.ico"/>

docs/terminal-sessions/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<title>Terminal sessions &#8212; Pygments</title>
99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=d75fae25" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/pygments14.css?v=597fcfb8" />
11-
<script src="../../_static/documentation_options.js?v=13f2638a"></script>
11+
<script src="../../_static/documentation_options.js?v=01345f90"></script>
1212
<script src="../../_static/doctools.js?v=9bcbadda"></script>
1313
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
1414
<link rel="icon" href="../../_static/favicon.ico"/>

docs/terminaltips/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<title>Terminal Tips &#8212; Pygments</title>
99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=d75fae25" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/pygments14.css?v=597fcfb8" />
11-
<script src="../../_static/documentation_options.js?v=13f2638a"></script>
11+
<script src="../../_static/documentation_options.js?v=01345f90"></script>
1212
<script src="../../_static/doctools.js?v=9bcbadda"></script>
1313
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
1414
<link rel="icon" href="../../_static/favicon.ico"/>

docs/tokens/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<title>Builtin Tokens &#8212; Pygments</title>
99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=d75fae25" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/pygments14.css?v=597fcfb8" />
11-
<script src="../../_static/documentation_options.js?v=13f2638a"></script>
11+
<script src="../../_static/documentation_options.js?v=01345f90"></script>
1212
<script src="../../_static/doctools.js?v=9bcbadda"></script>
1313
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
1414
<link rel="icon" href="../../_static/favicon.ico"/>

docs/unicode/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<title>Unicode and Encodings &#8212; Pygments</title>
99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=d75fae25" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/pygments14.css?v=597fcfb8" />
11-
<script src="../../_static/documentation_options.js?v=13f2638a"></script>
11+
<script src="../../_static/documentation_options.js?v=01345f90"></script>
1212
<script src="../../_static/doctools.js?v=9bcbadda"></script>
1313
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
1414
<link rel="icon" href="../../_static/favicon.ico"/>

download/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<title>Download and installation &#8212; Pygments</title>
99
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=d75fae25" />
1010
<link rel="stylesheet" type="text/css" href="../_static/pygments14.css?v=597fcfb8" />
11-
<script src="../_static/documentation_options.js?v=13f2638a"></script>
11+
<script src="../_static/documentation_options.js?v=01345f90"></script>
1212
<script src="../_static/doctools.js?v=9bcbadda"></script>
1313
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
1414
<link rel="icon" href="../_static/favicon.ico"/>
@@ -125,7 +125,7 @@ <h3 id="searchlabel">Quick search</h3>
125125

126126
<section id="download-and-installation">
127127
<h1>Download and installation<a class="headerlink" href="#download-and-installation" title="Link to this heading"></a></h1>
128-
<p>The current release is version 2.19.0.</p>
128+
<p>The current release is version 2.19.1.</p>
129129
<section id="packaged-versions">
130130
<h2>Packaged versions<a class="headerlink" href="#packaged-versions" title="Link to this heading"></a></h2>
131131
<p>You can download it <a class="reference external" href="https://pypi.python.org/pypi/Pygments">from the Python Package Index</a>. For installation of packages from

faq/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<title>Pygments FAQ &#8212; Pygments</title>
99
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=d75fae25" />
1010
<link rel="stylesheet" type="text/css" href="../_static/pygments14.css?v=597fcfb8" />
11-
<script src="../_static/documentation_options.js?v=13f2638a"></script>
11+
<script src="../_static/documentation_options.js?v=01345f90"></script>
1212
<script src="../_static/doctools.js?v=9bcbadda"></script>
1313
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
1414
<link rel="icon" href="../_static/favicon.ico"/>

genindex/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>Index &#8212; Pygments</title>
88
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=d75fae25" />
99
<link rel="stylesheet" type="text/css" href="../_static/pygments14.css?v=597fcfb8" />
10-
<script src="../_static/documentation_options.js?v=13f2638a"></script>
10+
<script src="../_static/documentation_options.js?v=01345f90"></script>
1111
<script src="../_static/doctools.js?v=9bcbadda"></script>
1212
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
1313
<link rel="icon" href="../_static/favicon.ico"/>

0 commit comments

Comments
 (0)