Skip to content

Commit c505a5d

Browse files
committed
Fix rebase changes
1 parent 926862c commit c505a5d

File tree

1 file changed

+4
-19
lines changed

1 file changed

+4
-19
lines changed

docs/install.rst

+4-19
Original file line numberDiff line numberDiff line change
@@ -97,18 +97,6 @@ Next, install the dependencies using ``pip``
9797
pip install -r requirements.txt
9898

9999
This may take a while, so go grab a beverage.
100-
101-
.. note::
102-
103-
If you are having trouble on OS X Mavericks
104-
(or possibly other versions of OS X) with building ``lxml``,
105-
you probably might need to use Homebrew_ to ``brew install libxml2``,
106-
and invoke the install with::
107-
108-
CFLAGS=-I/usr/local/opt/libxml2/include/libxml2 \
109-
LDFLAGS=-L/usr/local/opt/libxml2/lib \
110-
pip install -r requirements.txt
111-
112100
When it's done, build the database::
113101

114102
python manage.py migrate
@@ -146,7 +134,7 @@ For builds to properly work as expected,
146134
it is necessary the port you're serving on
147135
(i.e. ``python manage.py runserver 0.0.0.0:8080``)
148136
match the port defined in ``PRODUCTION_DOMAIN``.
149-
You can utilize ``readthedocs/settings/local_settings.py`` to modify this
137+
You can use ``readthedocs/settings/local_settings.py`` to modify this
150138
(by default, it's ``localhost:8000``).
151139

152140
While the web server is running,
@@ -167,23 +155,20 @@ What's available
167155
After registering with the site (or creating yourself a superuser account),
168156
you will be able to log in and view the `dashboard <http://localhost:8000/dashboard/>`_.
169157

170-
.. note::
171-
172-
You can get the verification link from the console where you ran the server.
173-
174158
Importing your docs
175159
~~~~~~~~~~~~~~~~~~~
176160

177161
One of the goals of readthedocs.org is to make it easy for any open source developer to get high quality hosted docs with great visibility!
178162
Simply provide us with the clone URL to your repo, we'll pull your code, extract your docs, and build them!
163+
179164
We make available a post-commit webhook that can be configured to update the docs whenever you commit to your repo.
180-
See our :doc:`getting_started` page to learn more.
165+
See our :doc:`/intro/import-guide` page to learn more.
181166

182167
Further steps
183168
-------------
184169

185170
By now you can trigger builds on your local environment,
186-
to encapsulete the build process inside a Docker container,
171+
to encapsulate the build process inside a Docker container,
187172
see :doc:`development/buildenvironments`.
188173

189174
For building this documentation,

0 commit comments

Comments
 (0)