robots-txtΒΆ

This branch contains a robots.txt file.

When this version is configured as the Default version from Admin > Advanced Settings, the project privacy is public, the version public, active and built, by hitting https://test-builds.readthedocs.io/robots.txt you should see this content:

1
2
3
4
# This is a comment in my custom robots.txt
# for the test-builds project under Read the Docs
User-agent: *
Allow: /

Sphinx configuration file to build this docs (see full file),

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
# -*- coding: utf-8 -*-

# Default settings
project = 'Test Builds'
extensions = [
    'sphinx_autorun',
]

# Include all your settings here
html_theme = 'sphinx_rtd_theme'
html_extra_path = ['static']






>>> # Build at
>>> import datetime
>>> datetime.datetime.utcnow()  # UTC
datetime.datetime(2019, 1, 16, 16, 44, 2, 555479)