Skip to content

Commit

Permalink
chore: update docs dependencies
Browse files Browse the repository at this point in the history
Uses pygments-markdown-lexer from git as
jhermann/pygments-markdown-lexer#6
still isn't released :(
  • Loading branch information
honzajavorek committed Oct 18, 2018
1 parent 680d324 commit 7104603
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/extensions/cli_options.py
Expand Up @@ -3,9 +3,9 @@
from textwrap import dedent
from docutils import nodes
from docutils.statemachine import ViewList
from docutils.parsers.rst import Directive

from jinja2 import Template
from sphinx.util.compat import Directive
from sphinx.util.nodes import nested_parse_with_titles


Expand Down
6 changes: 3 additions & 3 deletions docs/requirements.txt
Expand Up @@ -3,12 +3,12 @@


# dependencies
sphinx==1.5.6
sphinx==1.8.1
jinja2==2.10
pygments-markdown-lexer==0.1.0.dev39
-e git://github.com/jhermann/pygments-markdown-lexer.git@e651a9a3f664285b01451eb39232b1ad9af65956#egg=pygments-markdown-lexer
pygments-apiblueprint==0.1.0

# dev dependencies
doc8==0.8.0
sphinx-autobuild==0.7.1
sphinx-rtd-theme==0.2.4
sphinx-rtd-theme==0.4.2

0 comments on commit 7104603

Please sign in to comment.