crate-docs-theme 0.32.0.dev4__tar.gz → 0.32.0.dev6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {crate_docs_theme-0.32.0.dev4/src/crate_docs_theme.egg-info → crate_docs_theme-0.32.0.dev6}/PKG-INFO +1 -1
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/__init__.py +1 -1
- crate_docs_theme-0.32.0.dev6/src/crate/theme/rtd/conf/jdbc.py +45 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/base.html +2 -2
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/theme.conf +0 -1
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6/src/crate_docs_theme.egg-info}/PKG-INFO +1 -1
- crate_docs_theme-0.32.0.dev4/src/crate/theme/rtd/conf/jdbc.py +0 -35
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/LICENSE +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/MANIFEST.in +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/NOTICE +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/README.rst +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/requirements.txt +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/setup.cfg +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/setup.py +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/__init__.py +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/__init__.py +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/conf/__init__.py +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/conf/cloud.py +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/conf/cloud_cli.py +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/conf/crate_admin_ui.py +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/conf/crate_clients_tools.py +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/conf/crate_crash.py +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/conf/crate_howtos.py +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/conf/crate_reference.py +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/conf/crate_tutorials.py +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/conf/cratedb_guide.py +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/conf/dbal.py +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/conf/doing_docs.py +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/conf/npgsql.py +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/conf/pdo.py +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/conf/python.py +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/conf/sql_99.py +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/conf/theme.py +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/footer.html +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/footer_sql99.html +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/github_feedback_compact.html +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/github_feedback_full.html +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/github_feedback_full.js +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/github_keynav.js +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/globaltoc.html +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/layout.html +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/localtoc.html +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/navbar.html +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/navbarsearchbox.html +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/navbartoc.html +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/relations.html +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/search.html +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/searchbox.html +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/searchresults.html +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/sections/header-secondary-bread.html +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/sidebar.html +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/sidebartoc.html +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/sourcelink.html +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/.gitignore +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/bundle/0941221c36dbb8c7515c.svg +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/bundle/3a5b7e4c612e76e2c0ff.svg +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/bundle/3bb637ff4794f3d3e80d.svg +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/bundle/4201798fe1a74331c392.woff2 +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/bundle/537cfe2ca7838b7da5a5.ttf +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/bundle/62f9ca87fa5df2b9d19c.svg +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/bundle/6a277ad308d7bca8fb5e.svg +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/bundle/874d1315c94f1de4f3c3.svg +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/bundle/8c206db99195777c6769.woff +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/bundle/8ee112252f6bd5f0d5bd.woff2 +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/bundle/94a7835c529d36cfd203.svg +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/bundle/94faa7c55f8fa5b37a3a.svg +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/bundle/aa27b6bdbf91d267ef8a.woff +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/bundle/b5f0f109bc88052d4000.woff2 +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/bundle/bb993ea6f2ae3394f7fc.svg +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/bundle/c216913a8330e43e3eb8.woff +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/bundle/c878830331e91b3b2408.svg +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/bundle/c8ba52b05a9ef10f4758.woff2 +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/bundle/c932f86c7fadb6ad267f.png +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/bundle/cca62d21c8c555c392e5.woff +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/bundle/d30c09c602fda734ab0e.ttf +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/bundle/d3bbf162120d8fbe0365.svg +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/bundle/eba7ebd79e77ae615a45.svg +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/bundle/f044c944446ad30faa96.svg +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/bundle/f0f7f544ef1cf58d3157.svg +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/bundle/fb7dfcc48f465d9f3215.svg +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/bundle/main.js +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/bundle/main.js.LICENSE.txt +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/css/components.css +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/css/crateio-ng.css +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/css/crateio-rtd.css +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/css/crateio.css +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/css/custom.css +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/css/index.css +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/fonts/Inter-Regular.woff2 +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/fonts/Inter-SemiBold.woff2 +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/fonts/montserrat-v26-latin-600.woff2 +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/admonition/caution.png +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/admonition/caution@2x.png +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/admonition/icon-docs-caution.svg +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/admonition/icon-docs-danger.svg +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/admonition/icon-docs-note.svg +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/admonition/icon-docs-seealso.svg +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/admonition/icon-docs-tip.svg +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/admonition/icon-docs-warning.svg +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/admonition/note-sql-99.svg +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/admonition/note.png +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/admonition/note@2x.png +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/admonition/seealso.png +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/admonition/seealso@2x.png +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/admonition/tip.png +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/admonition/tip@2x.png +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/admonition/warning.png +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/admonition/warning@2x.png +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/apple-touch-icon.png +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/bg-banner-sql99.png +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/cloud_admin.png +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/cloud_everywhere.png +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/cloud_open-source.png +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/cloud_scale.png +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/crate-logo-white.svg +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/crate-logo.svg +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/cratedb-logo-h400.png +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/cratedb-logo-h630.png +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/cratedb-logo-h742.png +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/cratedb-logo-white.svg +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/cratedb-logo.svg +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/erdf.png +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/f-logo-facebook.png +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/f-logo-github.png +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/f-logo-google.png +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/f-logo-linkedin.png +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/f-logo-twitter.png +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/f-logo-youtube.png +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/favicon.ico +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/favicon.png +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/icon-docs@2x.png +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/icon-home-fast-x100.png +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/icon-home-playswell-x100.png +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/icon-home-simple-x100.png +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/icon-install.png +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/icon-performance@2x.png +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/icon-search2x.png +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/icon-search@2x.png +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/icon-start@2x.png +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/icon-support@2x.png +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/icon_analytics.png +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/icon_blob.png +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/icon_document.png +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/icon_link_external-sql-99.svg +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/icon_link_external.svg +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/icon_restructure.png +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/icon_search.png +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/logo-crate.png +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/logo-eu-optimized-1.jpg +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/images/slack.png +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/js/crate.js +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/js/custom.js +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/js/index.js +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/js/search.js +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/static/js/util.js +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/version_chooser.html +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate_docs_theme.egg-info/SOURCES.txt +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate_docs_theme.egg-info/dependency_links.txt +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate_docs_theme.egg-info/not-zip-safe +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate_docs_theme.egg-info/requires.txt +0 -0
- {crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate_docs_theme.egg-info/top_level.txt +0 -0
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
# -*- coding: utf-8; -*-
|
|
2
|
+
#
|
|
3
|
+
# Licensed to Crate (https://crate.io) under one or more contributor
|
|
4
|
+
# license agreements. See the NOTICE file distributed with this work for
|
|
5
|
+
# additional information regarding copyright ownership. Crate licenses
|
|
6
|
+
# this file to you under the Apache License, Version 2.0 (the "License");
|
|
7
|
+
# you may not use this file except in compliance with the License. You may
|
|
8
|
+
# obtain a copy of the License at
|
|
9
|
+
#
|
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
+
#
|
|
12
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
13
|
+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
14
|
+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
15
|
+
# License for the specific language governing permissions and limitations
|
|
16
|
+
# under the License.
|
|
17
|
+
#
|
|
18
|
+
# However, if you have executed another commercial license agreement
|
|
19
|
+
# with Crate these terms will supersede the license and you may use the
|
|
20
|
+
# software solely pursuant to the terms of the relevant commercial agreement.
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
from crate.theme.rtd.conf import *
|
|
24
|
+
|
|
25
|
+
# If you update the `project` value here, you must update it in the
|
|
26
|
+
# `src/crate/theme/rtd/crate/sidebartoc.html` file or else Sphinx will not
|
|
27
|
+
# expand the sidebar TOC for this project.
|
|
28
|
+
project = u"CrateDB JDBC"
|
|
29
|
+
html_title = project
|
|
30
|
+
|
|
31
|
+
# Resolve an intertwingulation between vanilla Sphinx and RTD.
|
|
32
|
+
custom_url_path = "docs/jdbc/en/latest/"
|
|
33
|
+
|
|
34
|
+
# CrateDB docs are hosted on a custom domain behind Nginx.
|
|
35
|
+
html_baseurl = "https://cratedb.com/%s/" % custom_url_path
|
|
36
|
+
|
|
37
|
+
ogp_site_url = html_baseurl
|
|
38
|
+
|
|
39
|
+
# For custom rel="canonical" links.
|
|
40
|
+
# Reason: RTD does something silly with `index` page names.
|
|
41
|
+
html_theme_options.update(
|
|
42
|
+
{
|
|
43
|
+
"html_baseurl": html_baseurl,
|
|
44
|
+
}
|
|
45
|
+
)
|
{crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/base.html
RENAMED
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
href="{{ pathto('_static/opensearch.xml', 1) }}"/>
|
|
142
142
|
{%- endif %}
|
|
143
143
|
|
|
144
|
-
{%- if
|
|
144
|
+
{%- if theme_html_baseurl %}
|
|
145
145
|
{%- if pagename == "index" %}
|
|
146
146
|
{%- set canonical_page = "index.html" %}
|
|
147
147
|
{%- elif pagename.endswith("/index") %}
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
Always link to the latest version, as canonical.
|
|
155
155
|
https://docs.readthedocs.io/en/stable/canonical-urls.html
|
|
156
156
|
-->
|
|
157
|
-
<link rel="canonical" href="{{
|
|
157
|
+
<link rel="canonical" href="{{ theme_html_baseurl|e }}{{ canonical_page }}" />
|
|
158
158
|
{%- endif %}
|
|
159
159
|
|
|
160
160
|
<link rel="icon" type="image/png" href="{{ pathto('_static', 1) }}/images/favicon.png"/>
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
# -*- coding: utf-8; -*-
|
|
2
|
-
#
|
|
3
|
-
# Licensed to Crate (https://crate.io) under one or more contributor
|
|
4
|
-
# license agreements. See the NOTICE file distributed with this work for
|
|
5
|
-
# additional information regarding copyright ownership. Crate licenses
|
|
6
|
-
# this file to you under the Apache License, Version 2.0 (the "License");
|
|
7
|
-
# you may not use this file except in compliance with the License. You may
|
|
8
|
-
# obtain a copy of the License at
|
|
9
|
-
#
|
|
10
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
-
#
|
|
12
|
-
# Unless required by applicable law or agreed to in writing, software
|
|
13
|
-
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
14
|
-
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
15
|
-
# License for the specific language governing permissions and limitations
|
|
16
|
-
# under the License.
|
|
17
|
-
#
|
|
18
|
-
# However, if you have executed another commercial license agreement
|
|
19
|
-
# with Crate these terms will supersede the license and you may use the
|
|
20
|
-
# software solely pursuant to the terms of the relevant commercial agreement.
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
from crate.theme.rtd.conf import *
|
|
24
|
-
|
|
25
|
-
# If you update the `project` value here, you must update it in the
|
|
26
|
-
# `src/crate/theme/rtd/crate/sidebartoc.html` file or else Sphinx will not
|
|
27
|
-
# expand the sidebar TOC for this project.
|
|
28
|
-
project = u"CrateDB JDBC"
|
|
29
|
-
html_title = project
|
|
30
|
-
|
|
31
|
-
crate_url_path = "docs/jdbc"
|
|
32
|
-
html_baseurl = "https://cratedb.com/%s/" % crate_url_path
|
|
33
|
-
custom_rtd_language = "/en/latest" # Resolve an intertwingulation between vanilla Sphinx and RTD
|
|
34
|
-
custom_canonical_url = html_baseurl + custom_rtd_language
|
|
35
|
-
ogp_site_url = custom_canonical_url
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/conf/__init__.py
RENAMED
|
File without changes
|
{crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/conf/cloud.py
RENAMED
|
File without changes
|
{crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/conf/cloud_cli.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/conf/dbal.py
RENAMED
|
File without changes
|
{crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/conf/doing_docs.py
RENAMED
|
File without changes
|
{crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/conf/npgsql.py
RENAMED
|
File without changes
|
{crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/conf/pdo.py
RENAMED
|
File without changes
|
{crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/conf/python.py
RENAMED
|
File without changes
|
{crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/conf/sql_99.py
RENAMED
|
File without changes
|
{crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/conf/theme.py
RENAMED
|
File without changes
|
{crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/footer.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/layout.html
RENAMED
|
File without changes
|
|
File without changes
|
{crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/navbar.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/search.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{crate_docs_theme-0.32.0.dev4 → crate_docs_theme-0.32.0.dev6}/src/crate/theme/rtd/crate/sidebar.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|