Skip to content

Commit 37e3a2a

Browse files
authored
Docs: remove old FAQ entry (#9374)
We changed how we are installing Read the Docs for development and this is not valid anymore.
1 parent 45aeac4 commit 37e3a2a

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

docs/user/faq.rst

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -101,27 +101,6 @@ environment, and will be set to ``True`` when building on RTD::
101101

102102

103103

104-
`Client Error 401` when building documentation
105-
----------------------------------------------
106-
107-
If you did not install the `test_data` fixture during the installation
108-
instructions, you will get the following error::
109-
110-
slumber.exceptions.HttpClientError: Client Error 401: http://localhost:8000/api/v1/version/
111-
112-
This is because the API admin user does not exist, and so cannot authenticate.
113-
You can fix this by loading the test_data::
114-
115-
./manage.py loaddata test_data
116-
117-
If you'd prefer not to install the test data, you'll need to provide a database
118-
account for the builder to use. You can provide these credentials by editing the
119-
following settings::
120-
121-
SLUMBER_USERNAME = 'test'
122-
SLUMBER_PASSWORD = 'test'
123-
124-
125104
How do I host multiple projects on one custom domain?
126105
-----------------------------------------------------
127106

0 commit comments

Comments
 (0)