Skip to content

Commit

Permalink
The ini format used for hosts by Ansible might not be compatible for …
Browse files Browse the repository at this point in the history
…docs.

Playing around with Sphinx and Pygments the problem was the "hostname"
line which might be uncommon/illegal in normal ini files.

Since Sphinx 1.3.5 this becomes a warning and in the DebOps projects,
warnings are handled as errors :)
sphinx-doc/sphinx#1565

Disable ini highlighting for now.
  • Loading branch information
ypid committed Jan 24, 2016
1 parent a3918a4 commit 7e1e4c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ Example inventory
To setup ownCloud on a given remote host, it needs to be added to
``[debops_service_owncloud]`` Ansible inventory group:

.. code-block:: ini
.. code-block:: none
[debops_service_owncloud]
hostname
Additionally it is recommended that you install a database server. You can
install one on the same host as ownCloud or choose a different host:

.. code-block:: ini
.. code-block:: none
[debops_service_mariadb_server]
hostname
Expand Down

0 comments on commit 7e1e4c7

Please sign in to comment.