Skip to content

Commit

Permalink
Fix missing backslash while configuring gitpod env.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggbecker committed Nov 24, 2022
1 parent 68dd0df commit 4651ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tasks:
- name: Prepare Env
init: |
pip install docker ansible json2html docutils==0.17.1 \
myst-parser
myst-parser \
sphinx \
sphinx-rtd-theme \
git+https://github.com/ggbecker/sphinxcontrib.jinjadomain.git#egg=sphinxcontrib-jinjadomain
Expand Down

0 comments on commit 4651ea7

Please sign in to comment.