From 35fa31c1e6448dff67e1af90e312cab72921e452 Mon Sep 17 00:00:00 2001 From: palewire Date: Mon, 2 May 2022 05:20:57 -0700 Subject: [PATCH] Redirect old docS --- .github/workflows/docs.yml | 29 ----------------------------- .gitignore | 1 + docs/index.rst | 22 +++------------------- 3 files changed, 4 insertions(+), 48 deletions(-) delete mode 100644 .github/workflows/docs.yml diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml deleted file mode 100644 index 9212ea1..0000000 --- a/.github/workflows/docs.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: "Build documentation" -on: - push: - pull_request: - workflow_dispatch: - -jobs: - docs: - name: "Build and deploy" - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - - uses: ammaraskar/sphinx-action@master - with: - docs-folder: "docs/" - - - uses: actions/upload-artifact@v1 - with: - name: documentation-html - path: docs/_build/html/ - - - uses: shallwefootball/s3-upload-action@master - with: - aws_key_id: ${{ secrets.PALEWIRE_DOCS_AWS_ACCESS_KEY_ID }} - aws_secret_access_key: ${{ secrets.PALEWIRE_DOCS_AWS_SECRET_ACCESS_KEY }} - aws_bucket: ${{ secrets.PALEWIRE_DOCS_AWS_BUCKET }} - source_dir: docs/_build/html/ - destination_dir: python-googlegeocoder diff --git a/.gitignore b/.gitignore index 3d1487f..c506ec4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.env *.egg-info .coverage MANIFEST diff --git a/docs/index.rst b/docs/index.rst index 7258533..f2f93c1 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,20 +1,4 @@ -.. python-googlegeocoder documentation master file, created by - sphinx-quickstart on Mon May 2 04:29:50 2022. - You can adapt this file completely to your liking, but it should at least - contain the root `toctree` directive. +.. meta:: + :http-equiv=Refresh: 0; url='https://palewi.re/docs/python-googlegeocoder/' -Welcome to python-googlegeocoder's documentation! -================================================= - -.. toctree:: - :maxdepth: 2 - :caption: Contents: - - - -Indices and tables -================== - -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search` +This project has been moved to `https://palewi.re/docs/python-googlegeocoder/ `.