Skip to content

Commit

Permalink
Merge pull request #93 from telefonicaid/fgalan-patch-1
Browse files Browse the repository at this point in the history
FIX .readthedocs.yml
  • Loading branch information
AlvaroVega authored Jan 15, 2024
2 parents 6d307dc + 721fbba commit 50cced6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ version: 2
mkdocs:
configuration: mkdocs.yml

build:
os: ubuntu-22.04
tools:
python: "3.8"

python:
version: 3.8
install:
- requirements: doc/manuals/requirements.txt
6 changes: 3 additions & 3 deletions doc/manuals/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mkdocs==1.2.3
Pygments==2.9.0
mkdocs==1.2.4
Pygments==2.15.0
Markdown==3.3.4
jinja2==3.0.0
jinja2==3.1.3

0 comments on commit 50cced6

Please sign in to comment.