Permalink
Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up
Switch branches/tags
19-upgrade
RescueTime-master
add-build-signals
add-call-to-theme-js
admin-icon
agj/add-local-dev-docker
agj/docs-roadmap
agj/eslint-repair
agj/remove-symlink-serving
agj/ssh-add-key
agj/test-rel
agj/update-translations
api-v2-docs
auto-import
azure
backport-style
badge-v2
better-search-logging
break-out-core-urls-views
build-pdf-ret-val
builder-standards
cache-footer-html
com-py3-compat
commenting
davidfischer/cloudflare-ssl-saas
davidfischer/docs-getting-started-improvements
davidfischer/document-api-v2
davidfischer/enable-timezone-support
davidfischer/footer-ad-text-size
davidfischer/remove-bower
decoupling-theme-org
dont-set-build-state-on-exit
embed-integration
eric-search-upgrade
fix-feature-admin
front-end-standardization
gold
gthank-master
hotfix-confpy-path
hotfix-docker-build-bug
hotfix-release
hotfix-virtualenv-no-downlaod
hotfix-virtualenv-no-download
hotfix/docker-313-relcorp
hotfix/docker-313
hotifx-frontpage-list
hotifx-search-linking
humitos/clean/fabric-function
humitos/django/compatibility
humitos/docs/alternate-domains-business
humitos/git/unicode-branches
humitos/mkdocs/theme-config
humitos/notifications/generic-failures
humitos/resolver/username-regex
humitos/ssh/management
humitos/sshkeys/cryptography
humitos/template/override-versions
humitos/tests/api
humitos/vcs/show-links
js-theme-bundle
logging-cleanup
master
migrate-to-autoapi
more-gsoc
no-docsearch-pagination
no-sphinx-build-subprocess
pr/4577
privacy-backends
privacy-filtering
programming-language-support
project-container-settings
project-feature-flip-apiv2
py2-compat
py3
python3-port
rate-limit-builds
refactor-builder
rel
relcorp
release/2.5.2
remove-default-role
remove-unused-reqs
revert-1568-haystack_upgrade
rtd2
run-docs-tests-nitpicky
search_upgrade
simple-symlink-serving
spam
stale-project-delete-updates
symlink-serving
team-project-import
test-36
theme-0.6.2
theme-version-to-0.4.x
token-access
tools
tox-dependencies
upgrade-celery
upgrade-sphinx
user-dashboard
version-tab
Nothing to show
2.7.0
2.6.6
2.6.5
2.6.4
2.6.3
2.6.2
2.6.1
2.6.0
2.5.3
2.5.2
2.5.1
2.5.0
2.4.0
2.3.14
2.3.13
2.3.12
2.3.11
2.3.10
2.3.9
2.3.8
2.3.7
2.3.6
2.3.5
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.2.1
2.2.0
2.1.6
2.1.4
2.1.3
2.1.2
2.1.0
2.0
1.1.8.1
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
1.0
0.17.3
0.17.2
0.17.1
0.17.0
0.16.1
0.16.0
0.15.1
0.15.0
0.14.3
0.14.2
0.14.1
0.14.0
0.13.1
0.13.0
0.12.0
0.11.0
0.10.3
0.10.2
0.10.1
0.10.0
0.9.5
0.9.4
0.9.3
0.9.2
0.9
0.8
0.7
0.1.1
0.1
Nothing to show
Find file
Copy path
Fetching contributors…
Cannot retrieve contributors at this time.
Cannot retrieve contributors at this time
| var sponsorship = require('./doc-embed/sponsorship'); | |
| var footer = require('./doc-embed/footer.js'); | |
| // grokthedocs = require('./doc-embed/grokthedocs-client'), | |
| // mkdocs = require('./doc-embed/mkdocs'), | |
| var rtddata = require('./doc-embed/rtd-data'); | |
| var sphinx = require('./doc-embed/sphinx'); | |
| var search = require('./doc-embed/search'); | |
| $(document).ready(function () { | |
| footer.init(); | |
| sphinx.init(); | |
| // grokthedocs.init(); | |
| // mkdocs.init(); | |
| search.init(); | |
| sponsorship.init(); | |
| }); |
Copy lines Copy link - View git blame
- Open new issue