@@ -97,18 +97,6 @@ Next, install the dependencies using ``pip``
97
97
pip install -r requirements.txt
98
98
99
99
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
-
112
100
When it's done, build the database::
113
101
114
102
python manage.py migrate
@@ -146,7 +134,7 @@ For builds to properly work as expected,
146
134
it is necessary the port you're serving on
147
135
(i.e. ``python manage.py runserver 0.0.0.0:8080 ``)
148
136
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
150
138
(by default, it's ``localhost:8000 ``).
151
139
152
140
While the web server is running,
@@ -167,23 +155,20 @@ What's available
167
155
After registering with the site (or creating yourself a superuser account),
168
156
you will be able to log in and view the `dashboard <http://localhost:8000/dashboard/ >`_.
169
157
170
- .. note ::
171
-
172
- You can get the verification link from the console where you ran the server.
173
-
174
158
Importing your docs
175
159
~~~~~~~~~~~~~~~~~~~
176
160
177
161
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!
178
162
Simply provide us with the clone URL to your repo, we'll pull your code, extract your docs, and build them!
163
+
179
164
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.
181
166
182
167
Further steps
183
168
-------------
184
169
185
170
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,
187
172
see :doc: `development/buildenvironments `.
188
173
189
174
For building this documentation,
0 commit comments