We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df263ba commit dbfc565Copy full SHA for dbfc565
docs/install.rst
@@ -146,8 +146,8 @@ For builds to properly work as expected,
146
it is necessary the port you're serving on
147
(i.e. ``python manage.py runserver 0.0.0.0:8080``)
148
match the port defined in ``PRODUCTION_DOMAIN``.
149
-You can utilize ``readthedocs/settings/local_settings.py`` to modify this.
150
-(By default, it's ``localhost:8000``)
+You can utilize ``readthedocs/settings/local_settings.py`` to modify this
+(by default, it's ``localhost:8000``).
151
152
While the web server is running,
153
you can build the documentation for the latest version of any project using the ``update_repos`` command.
0 commit comments