Fix warnings

This commit is contained in:
cytopia 2018-06-03 20:17:21 +02:00
parent 3ffcaf133c
commit 5cf7a45638
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
3 changed files with 17 additions and 13 deletions

View File

@ -23,8 +23,13 @@ You can also build the documentation locally before pushing to ensure everything
sudo pip install sphinx sphinx-autobuild sudo pip install sphinx sphinx-autobuild
sudo pip install sphinx_rtd_theme sudo pip install sphinx_rtd_theme
``` ```
#### How to build and error-check
```
cd docs/
sphinx-build -a -E -j auto -n -q . _build/html/
```
#### How to build #### How to build continuously
``` ```
cd docs/ cd docs/
sphinx-autobuild . _build/html sphinx-autobuild . _build/html

View File

@ -97,10 +97,9 @@ that will always use this file:
host> vi ./bash/vim.sh host> vi ./bash/vim.sh
.. code-block:: bash .. code-block:: bash
:name: ./bash/vim.sh
:caption: ./bash/vim.sh :caption: ./bash/vim.sh
alias vim='vim -u /etc/bashrc-devilbox.d/.vimrc alias vim='vim -u /etc/bashrc-devilbox.d/.vimrc'
Whenever you start ``vim`` inside any PHP container, it will automatically use the provided vim Whenever you start ``vim`` inside any PHP container, it will automatically use the provided vim
configuration file. configuration file.

View File

@ -84,16 +84,16 @@ Available PHP modules can be seen at the PHP Docker image repository.
Configuration Configuration
============= =============
Can I load custom PHP modules without rebuilding the Docker image? .. Can I load custom PHP modules without rebuilding the Docker image?
------------------------------------------------------------------ .. ------------------------------------------------------------------
..
Yes, see :ref:`custom_php_modules` .. Yes, see :ref:`custom_php_modules`
..
..
Can I load custom Apache modules without rebuilding the Docker image? .. Can I load custom Apache modules without rebuilding the Docker image?
--------------------------------------------------------------------- .. ---------------------------------------------------------------------
..
Yes, see :ref:`custom_apache_modules` .. Yes, see :ref:`custom_apache_modules`
Can I change the MySQL root password? Can I change the MySQL root password?