Skip to content

Commit ee56c59

Browse files
Rm build_rtd_docs CI job and its dependencies (#6417)
* Created using Colaboratory * remove rtd_docs job * rm ci job * rm references to rtd --------- Co-authored-by: Tanuj Khattar <[email protected]>
1 parent ba4c6aa commit ee56c59

21 files changed

+0
-321
lines changed

.dockerignore

-4
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ __pycache__
1919
# packaging
2020
*.egg-info/
2121

22-
# Sphinx
23-
_build
24-
rtd_docs/generated
25-
2622
# swap files
2723
*.swp
2824

.github/workflows/ci.yml

-14
Original file line numberDiff line numberDiff line change
@@ -185,20 +185,6 @@ jobs:
185185
- name: Test dependencies with pip-compile
186186
run: |
187187
pip-compile --resolver=backtracking dev_tools/requirements/deps/cirq-all.txt -o-
188-
build_docs:
189-
name: Build docs
190-
runs-on: ubuntu-20.04
191-
steps:
192-
- uses: actions/checkout@v3
193-
- uses: actions/setup-python@v4
194-
with:
195-
python-version: '3.9'
196-
architecture: 'x64'
197-
- name: Install requirements
198-
run: |
199-
pip install -r rtd_docs/requirements.txt
200-
- name: Build docs
201-
run: dev_tools/docs/build-rtd-docs.sh
202188
build_protos:
203189
name: Build protos
204190
runs-on: ubuntu-20.04

.gitignore

-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ __pycache__
2020
*.egg-info/
2121
build/
2222

23-
# Sphinx
24-
_build
25-
rtd_docs/generated
26-
2723
# API docs
2824
docs/api_docs
2925

.readthedocs.yml

-9
This file was deleted.

README.rst

-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ circuits and running them against quantum computers and simulators.
1616
.. image:: https://badge.fury.io/py/cirq.svg
1717
:target: https://badge.fury.io/py/cirq
1818

19-
.. image:: https://readthedocs.org/projects/cirq/badge/?version=latest
20-
:target: https://readthedocs.org/projects/cirq/versions/
21-
:alt: Documentation Status
22-
2319

2420
Installation and Documentation
2521
------------------------------

dev_tools/docs/build-rtd-docs.sh

-59
This file was deleted.

dev_tools/incremental_coverage.py

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
IGNORED_FILE_PATTERNS = [
2323
r'^dev_tools/.+', # Environment-heavy code.
24-
r'^rtd_docs/.+', # Environment-heavy code.
2524
r'^.+_pb2(_grpc)?\.py$', # Auto-generated protobuf code.
2625
r'^(.+/)?setup\.py$', # Installation code.
2726
r'^(.+/)?_version\.py$', # Installation code.

rtd_docs/.gitignore

-3
This file was deleted.

rtd_docs/404.md

-7
This file was deleted.

rtd_docs/Cirq_logo_color.png

-8.69 KB
Binary file not shown.

rtd_docs/Cirq_logo_notext.png

-9.07 KB
Binary file not shown.

rtd_docs/Makefile

-20
This file was deleted.

rtd_docs/__init__.py

-13
This file was deleted.

rtd_docs/_templates/autosummary/class.rst

-33
This file was deleted.

rtd_docs/_templates/autosummary/module.rst

-41
This file was deleted.

rtd_docs/_templates/breadcrumbs.html

-3
This file was deleted.

rtd_docs/_templates/layout.html

-6
This file was deleted.

rtd_docs/conf.py

-88
This file was deleted.

rtd_docs/favicon.ico

-2.62 KB
Binary file not shown.

rtd_docs/index.md

-7
This file was deleted.

rtd_docs/requirements.txt

-5
This file was deleted.

0 commit comments

Comments
 (0)