Skip to content

Commit

Permalink
Bump snooty-lextudio from 1.11.5 to 1.12.0 in /docs (mautic#18)
Browse files Browse the repository at this point in the history
* Bump snooty-lextudio from 1.11.5 to 1.12.0 in /docs

Bumps [snooty-lextudio](https://github.com/vscode-restructuredtext/snooty-parser) from 1.11.5 to 1.12.0.
- [Release notes](https://github.com/vscode-restructuredtext/snooty-parser/releases)
- [Changelog](https://github.com/vscode-restructuredtext/snooty-parser/blob/release/CHANGELOG.lextudio.md)
- [Commits](vscode-restructuredtext/snooty-parser@lextudio-v1.11.5...lextudio-v1.12.0)

---
updated-dependencies:
- dependency-name: snooty-lextudio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Set Python version to 3.9.10 for Gitpod

* Fix pyenv on Gitpod

* Wait to open welcome page until deps are installed

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dennis Ameling (he/him) <[email protected]>
  • Loading branch information
dependabot[bot] and dennisameling authored Feb 20, 2022
1 parent 0184ede commit 813efae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
tasks:
# Setting the pyenv root as the first item in the PATH ensures that we
# don't use the Python version that comes preinstalled by Gitpod (which
# may be outdated)
- before: |
PATH="$(pyenv root)/shims:$PATH"
pyenv install
pip3 install -r docs/requirements.txt
brew install vale
- name: Open workspace on welcome page
command: gp open .vscode/welcome.md
vscode:
Expand Down
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.9.10
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
sphinx==4.2.0
sphinx_rtd_theme==1.0.0
readthedocs-sphinx-search==0.1.0
snooty-lextudio==1.11.5
snooty-lextudio==1.12.0
rstcheck==3.3.1

0 comments on commit 813efae

Please sign in to comment.