You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,9 @@ To run all the tests the only thing you need to do is run::
57
57
Documentation
58
58
=============
59
59
60
-
We maintain documentation under the ``docs`` folder using rst format.
60
+
The documentation is online on `readthedocs <https://djangocms-versioning.readthedocs.io>`_.
61
+
62
+
We maintain documentation in this repository under the ``docs`` folder using rst format.
61
63
62
64
To generate the HTML documentation you will need to install ``sphinx`` (``pip install sphinx``) and ``graphviz`` (as per your operating system's package management system). You can then generate the docs using the following command:
63
65
@@ -112,4 +114,4 @@ do not forget to run the ``compilemessages`` management command.
0 commit comments