Skip to content

Commit

Permalink
Update API site build (#9622)
Browse files Browse the repository at this point in the history
  • Loading branch information
p-ouellette committed Apr 11, 2020
1 parent 40df393 commit 840b17c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
3 changes: 1 addition & 2 deletions .gitlab-ci.yml
Expand Up @@ -300,9 +300,8 @@ package:docker:

pages:
stage: deploy
image: python:3.7
image: python:3.8
before_script:
- pip install pip==18.1
- pip install git+https://github.com/Python-Markdown/markdown.git
- pip install git+https://github.com/mkdocs/mkdocs.git
- pip install pygments
Expand Down
12 changes: 1 addition & 11 deletions doc/mkdocs/lua_highlight.patch
@@ -1,4 +1,4 @@
@@ -77,7 +77,7 @@
@@ -75,7 +75,7 @@
css_class="codehilite", lang=None, style='default',
noclasses=False, tab_length=4, hl_lines=None, use_pygments=True):
self.src = src
Expand All @@ -7,13 +7,3 @@
self.linenums = linenums
self.guess_lang = guess_lang
self.css_class = css_class
@@ -119,7 +119,8 @@
cssclass=self.css_class,
style=self.style,
noclasses=self.noclasses,
- hl_lines=self.hl_lines)
+ hl_lines=self.hl_lines,
+ wrapcode=True)
return highlight(self.src, lexer, formatter)
else:
# just escape and build markup usable by JS highlighting libs

0 comments on commit 840b17c

Please sign in to comment.