Skip to content

Commit

Permalink
Merge pull request #55 from Redot-Engine/50-remove-36-support
Browse files Browse the repository at this point in the history
Remove refs to 3.6
  • Loading branch information
adikhoff authored Oct 26, 2024
2 parents a6730b7 + dc25af3 commit a174929
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 461 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build_offline_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
branch:
- master
- stable
- 3.6
steps:
- uses: actions/checkout@v4
with:
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ They are meant to be parsed with the [Sphinx](https://www.sphinx-doc.org/) docum

To browse the documentation offline, you can download an HTML copy (updated every Monday):
[stable](https://download.redotengine.org/docs/redot-docs-html-stable.zip),
[latest](https://download.redotengine.org/docs/redot-docs-html-master.zip),
[3.6](https://download.redotengine.org/docs/redot-docs-html-3.6.zip). Extract
[latest](https://download.redotengine.org/docs/redot-docs-html-master.zip). Extract
the ZIP archive then open the top-level `index.html` in a web browser.

For mobile devices or e-readers, you can also download an ePub copy (updated every Monday):
[stable](https://download.redotengine.org/docs/redot-docs-epub-stable.zip),
[latest](https://download.redotengine.org/docs/redot-docs-epub-master.zip),
[3.6](https://download.redotengine.org/docs/redot-docs-epub-3.6.zip). Extract
[latest](https://download.redotengine.org/docs/redot-docs-epub-master.zip). Extract
the ZIP archive then open the `RedotEngine.epub` file in an e-book reader application.

## Migrating
Expand Down
Loading

0 comments on commit a174929

Please sign in to comment.