Skip to content

Commit

Permalink
Rm build_rtd_docs CI job and its dependencies (#6417)
Browse files Browse the repository at this point in the history
* Created using Colaboratory

* remove rtd_docs job

* rm ci job

* rm references to rtd

---------

Co-authored-by: Tanuj Khattar <tanujkhattar@google.com>
  • Loading branch information
senecameeks and tanujkhattar authored Jan 19, 2024
1 parent ba4c6aa commit ee56c59
Show file tree
Hide file tree
Showing 21 changed files with 0 additions and 321 deletions.
4 changes: 0 additions & 4 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ __pycache__
# packaging
*.egg-info/

# Sphinx
_build
rtd_docs/generated

# swap files
*.swp

Expand Down
14 changes: 0 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,20 +185,6 @@ jobs:
- name: Test dependencies with pip-compile
run: |
pip-compile --resolver=backtracking dev_tools/requirements/deps/cirq-all.txt -o-
build_docs:
name: Build docs
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.9'
architecture: 'x64'
- name: Install requirements
run: |
pip install -r rtd_docs/requirements.txt
- name: Build docs
run: dev_tools/docs/build-rtd-docs.sh
build_protos:
name: Build protos
runs-on: ubuntu-20.04
Expand Down
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ __pycache__
*.egg-info/
build/

# Sphinx
_build
rtd_docs/generated

# API docs
docs/api_docs

Expand Down
9 changes: 0 additions & 9 deletions .readthedocs.yml

This file was deleted.

4 changes: 0 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ circuits and running them against quantum computers and simulators.
.. image:: https://badge.fury.io/py/cirq.svg
:target: https://badge.fury.io/py/cirq

.. image:: https://readthedocs.org/projects/cirq/badge/?version=latest
:target: https://readthedocs.org/projects/cirq/versions/
:alt: Documentation Status


Installation and Documentation
------------------------------
Expand Down
59 changes: 0 additions & 59 deletions dev_tools/docs/build-rtd-docs.sh

This file was deleted.

1 change: 0 additions & 1 deletion dev_tools/incremental_coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

IGNORED_FILE_PATTERNS = [
r'^dev_tools/.+', # Environment-heavy code.
r'^rtd_docs/.+', # Environment-heavy code.
r'^.+_pb2(_grpc)?\.py$', # Auto-generated protobuf code.
r'^(.+/)?setup\.py$', # Installation code.
r'^(.+/)?_version\.py$', # Installation code.
Expand Down
3 changes: 0 additions & 3 deletions rtd_docs/.gitignore

This file was deleted.

7 changes: 0 additions & 7 deletions rtd_docs/404.md

This file was deleted.

Binary file removed rtd_docs/Cirq_logo_color.png
Binary file not shown.
Binary file removed rtd_docs/Cirq_logo_notext.png
Binary file not shown.
20 changes: 0 additions & 20 deletions rtd_docs/Makefile

This file was deleted.

13 changes: 0 additions & 13 deletions rtd_docs/__init__.py

This file was deleted.

33 changes: 0 additions & 33 deletions rtd_docs/_templates/autosummary/class.rst

This file was deleted.

41 changes: 0 additions & 41 deletions rtd_docs/_templates/autosummary/module.rst

This file was deleted.

3 changes: 0 additions & 3 deletions rtd_docs/_templates/breadcrumbs.html

This file was deleted.

6 changes: 0 additions & 6 deletions rtd_docs/_templates/layout.html

This file was deleted.

88 changes: 0 additions & 88 deletions rtd_docs/conf.py

This file was deleted.

Binary file removed rtd_docs/favicon.ico
Binary file not shown.
7 changes: 0 additions & 7 deletions rtd_docs/index.md

This file was deleted.

5 changes: 0 additions & 5 deletions rtd_docs/requirements.txt

This file was deleted.

0 comments on commit ee56c59

Please sign in to comment.