My proposal is to move the documentation out of our GeoNode base repository.
Advantages:
t-book | toni.[email protected]
This proposal is for GeoNode 2.8 – master.
We need to be careful with branches and double-check the active versions at RTD afterward.

I cannot think of any problems as cool URIs do not change.
https://www.w3.org/Provider/Style/URI
Project Steering Committee:
@t-book repo available here https://github.com/GeoNode/documentation
@afabiani nice thank you!
@afabiani @gannebamm
I've created a test repository
https://github.com/t-book/testdocs
git clone https://github.com/geonode/geonode; cd geonode
git branch -a | grep -v HEAD | perl -ne 'chomp($_); s|^\*?\s*||; if (m|(.+)/(.+)| && not $d{$2}) {print qq(git branch --track $2 $1/$2\n)} else {$d{$_}=1}' | csh -xfs
git fetch --all; git pull
git filter-branch --prune-empty --subdirectory-filter docs -- --all
git remote add newdocs https://github.com/t-book/testdocs.git
git push newdocs --all
git push newdocs --tag
which results in
https://new-testdocs.readthedocs.io/en/master/
I would repeat this with GeoNode organization as soon as other PSC members have made their vote.
One question:
IMHO opinion, the current naming of branches at RTD (master, latest, stable, …) is not really clear for users? How about getting rid of latest and just having something like:
master -> github master branch # might still not be 100% clear for users but good for devs?
stable -> always current stable (2.10.1 currently, soon 2.10.2 tag)
2.8.1 -> Former stable, ancient versions
If you have other suggestions for a clear naming or just like to keep it like it is I’m all ears
@t-book +1 getting rid of latest one. I would probably prefer having docs related to the versions, like 3.0 and 2.10.1, 2.10.2 ... however, your nomenclature could work either.
@afabiani I fully agree having only versions for releases would be the optimum. However, I think we still need a master branch (or version) for ongoing work on docs. As soon a new release arrive we tag the master branch and publish the docs for it.
@t-book ok to keep master, however, usually, master branch has a version too which should be incremented when a new release has published.
Anyway, I have no strict requirements or preferences on this.
I am in favor of alessios idea:
Get rid of stable and latest,
Have version tagged docs (2.10.1,...),
Have master as current dev state. Which is clear for dev since master aligns with master branch on geonode repo
Thanks to both of you. This is how it will/could look like: https://new-testdocs.readthedocs.io/en/master/
Nice and tidy only master and releases.
Sorry to interrupt you :-) I just have a quick question on branches and releases: should minor releases have specific documentation? Like 2.10.0 vs 2.10.1?
Features should stay the same, setup almost identical I suppose, but I do not expect someone to try to install a older minor release.
@frafra good point!
Master -> Master
2.10 -> 2.10 stable release branch or tag
2.8 -> 2.8 stable release branch or tag
?
@t-book that would be my idea if there is no special need to have branches for minor releases too.
@frafra I would go with your suggestion. the simpler the better. We can still publish minor versions in case it's needed or @afabiani or @gannebamm request it.
thanks for your feedback!
@frafra is right. I don't think we need minors for docs.
Our approach should be optimizing for manageable chunks of documentation. Currently it's to much of it
+1 thanks Toni!
have been created at https://github.com/GeoNode/documentation
A test build can be seen here https://geonode-documentation.readthedocs.io/en/latest/
_As @frafra suggested we do not have minor versions anymore. RDT reflect what it finds at github (master, 2.10, 2.8)_
+1 @t-book and thanks for proposing it
@t-book please remember to update the wiki page also, thanks!
@afabiani done (edited GNIP page) thanks for reminding!