mirror of
https://github.com/cytopia/devilbox.git
synced 2025-01-18 02:40:04 +00:00
Fix warnings
This commit is contained in:
parent
3ffcaf133c
commit
5cf7a45638
@ -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_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/
|
||||
sphinx-autobuild . _build/html
|
||||
|
@ -97,10 +97,9 @@ that will always use this file:
|
||||
host> vi ./bash/vim.sh
|
||||
|
||||
.. code-block:: bash
|
||||
:name: ./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
|
||||
configuration file.
|
||||
|
@ -84,16 +84,16 @@ Available PHP modules can be seen at the PHP Docker image repository.
|
||||
Configuration
|
||||
=============
|
||||
|
||||
Can I load custom PHP modules without rebuilding the Docker image?
|
||||
------------------------------------------------------------------
|
||||
|
||||
Yes, see :ref:`custom_php_modules`
|
||||
|
||||
|
||||
Can I load custom Apache modules without rebuilding the Docker image?
|
||||
---------------------------------------------------------------------
|
||||
|
||||
Yes, see :ref:`custom_apache_modules`
|
||||
.. Can I load custom PHP modules without rebuilding the Docker image?
|
||||
.. ------------------------------------------------------------------
|
||||
..
|
||||
.. Yes, see :ref:`custom_php_modules`
|
||||
..
|
||||
..
|
||||
.. Can I load custom Apache modules without rebuilding the Docker image?
|
||||
.. ---------------------------------------------------------------------
|
||||
..
|
||||
.. Yes, see :ref:`custom_apache_modules`
|
||||
|
||||
|
||||
Can I change the MySQL root password?
|
||||
|
Loading…
Reference in New Issue
Block a user