Replies: 1 comment 2 replies
-
I think the books are pretty much self contained, so one approach I've seen others follow is to put different versions of the same docs into different sub folders |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently hosting a book via gh pages (manual builds and pushes with
ghp-import
because the build is quite expensive) at https://oggm.org/tutorials.I was wondering if there is a way to host different versions of a book (e.g. one per git tag), like sphinx + readthedocs is doing? The only way I can think of (with manual builds) is with different repos, but is there maybe another way using CI?
Beta Was this translation helpful? Give feedback.
All reactions