diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 98bac08..3d17902 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -24,6 +24,9 @@ jobs: steps: - uses: actions/checkout@v4 + with: + fetch-depth: 50 + ref: main - name: Set up Python uses: actions/setup-python@v5 with: diff --git a/.readthedocs.yml b/.readthedocs.yml index dd6cf0f..ff073e3 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -11,6 +11,9 @@ build: os: "ubuntu-22.04" tools: python: "3.11" + jobs: + post_checkout: + - git fetch --unshallow || true # Build documentation in the docs/ directory with Sphinx sphinx: diff --git a/README.rst b/README.rst index dbe0a98..3b42f50 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -============================ + ============================ CrateDB Documentation System ============================ diff --git a/docs/conf.py b/docs/conf.py index a4d6cca..241dff8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1 +1,3 @@ from crate.theme.rtd.conf.theme import * + +#suppress_warnings = ['git.too_shallow']