summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 1fa7f54..a18cf5c 100644
--- a/README.rst
+++ b/README.rst
@@ -5,6 +5,10 @@ Actinide
.. image:: https://circleci.com/gh/ojacobson/actinide.svg?style=svg
:target: https://circleci.com/gh/ojacobson/actinide
+.. image:: https://readthedocs.org/projects/pip/badge/
+ :target: https://https://actinide.readthedocs.io/
+
+
**An embeddable lisp for Python applications.**
I had `an application`_ in which the ability to extend the application from
@@ -50,6 +54,18 @@ Requirements
Actinide requires Python 3.6 or later.
+Building the documentation requires Sphinx, and should be done in a Python virtual environment:
+
+.. code-block:: bash
+
+ $ python3.6 -m venv .venv
+ $ source .venv/bin/activate
+ $ pip install -r requirements-docs.txt
+ $ make html
+ $ open _build/html/index.html # or any other command to launch a browser
+
+The documentation is also available online at https://actinide.readthedocs.io.
+
************
Installation
************