Skip to content

Commit

Permalink
Merge branch 'main' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
eliottrosenberg authored Jan 17, 2024
2 parents 9f1d9fc + 9c451a2 commit 42d776f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
6 changes: 3 additions & 3 deletions rtd_docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# -- Project information -----------------------------------------------------

project = 'Cirq'
copyright = '2018-2020, The Cirq Developers' # pylint: disable=redefined-builtin
copyright = '2018-2024, The Cirq Developers' # pylint: disable=redefined-builtin
author = 'The Cirq Developers'

# The short X.Y version
Expand All @@ -51,14 +51,14 @@
source_suffix = {'.rst': 'restructuredtext', '.md': 'markdown'}

# The main toctree document.
master_doc = 'index'
root_doc = 'index'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = 'en'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down
5 changes: 1 addition & 4 deletions rtd_docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# For generating documentation.
# TODO(#6400,juhas) - upgrade Sphinx and remove the alabaster pin below
alabaster<=0.7.13
myst-parser
Sphinx~=3.2.0
Sphinx==7.*
sphinx_rtd_theme
sphinx-notfound-page
Jinja2<=3.0.3

0 comments on commit 42d776f

Please sign in to comment.