This repository is a work in progress
.. contents:: :local:
This package provides the source for documentation of some tools used for Plone development.
git clone https://github.com/gil-cano/papiro.git
cd papiro
pyenv virtualenv 3.12.2 sphinx
pyenv local sphinx
.. code:: bash
git clone https://github.com/gil-cano/papiro.git
$ cd papiro
$ pipenv install
$ pipenv run make html
.. code:: bash
$ git clone https://github.com/gil-cano/papiro.git
$ cd papiro
$ virtualenv-3.6 .
$ source bin/activate
(papiro)$ pip install -r requirements.txt
(papiro)$ make html
At the end of a successful build, you will see the location of the resulting HTML pages.
.. code:: bash
$ pipenv run make linkcheck
Copyright © 2011-2018 Gildardo Bautista.