Skip to content

Commit

Permalink
Fixed Read the Docs deprecation (#771)
Browse files Browse the repository at this point in the history
* fixed 731

* Update RELEASE_NOTES.md

* Update .readthedocs.yml

* Update requirements.txt
  • Loading branch information
pooja1pathak authored Aug 29, 2024
1 parent b48f1b5 commit 163f69d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
version: 2

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

python:
version: 3.6
install:
- requirements: docs/requirements.txt

mkdocs:
configuration: mkdocs.yml
1 change: 1 addition & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

- Added escaping in crate-exporter.py (#702)
- Simplified docker compose files management (#598)
- Fixed Read the Docs deprecation (#731)

### Bug fixes

Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mkdocs==1.3.1

0 comments on commit 163f69d

Please sign in to comment.