Skip to content

Commit

Permalink
Fix docs, remove unused dev tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
smite committed Dec 22, 2023
1 parent 94c440c commit 860f92f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ Copyright

Cirq on IQM is free software, released under the Apache License, version 2.0.

Copyright 2020–2022 Cirq on IQM developers.
Copyright 2020–2023 Cirq on IQM developers.
14 changes: 6 additions & 8 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# -- Project information -----------------------------------------------------

project = 'Cirq on IQM'
copyright = '2020–2022, Cirq on IQM developers'
copyright = '2020–2023, Cirq on IQM developers'
author = 'Cirq on IQM developers'

# The short X.Y version.
Expand All @@ -41,7 +41,7 @@
# -- General configuration ---------------------------------------------------

# require a recent version of Sphinx
needs_sphinx = '4.5'
needs_sphinx = '6.2'

# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
Expand Down Expand Up @@ -117,11 +117,9 @@
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
html_theme_options = {
'logo_only': True,
}
html_theme_options = {}

html_sidebars = {'**': ['sidebar-logo.html', 'search-field.html', 'sbt-sidebar-nav.html', 'versioning.html']}
html_sidebars = {'**': ['navbar-logo.html', 'search-field.html', 'sbt-sidebar-nav.html', 'versioning.html']}

# A shorter title for the navigation bar. Default is the same as html_title.
# html_short_title = None
Expand Down Expand Up @@ -174,8 +172,8 @@
}

extlinks = {
'issue': ('https://github.com/iqm-finland/cirq-on-iqm/issues/%s', 'issue '),
'mr': ('https://github.com/iqm-finland/cirq-on-iqm/pull/%s', 'MR '),
'issue': ('https://github.com/iqm-finland/cirq-on-iqm/issues/%s', 'issue %s'),
'mr': ('https://github.com/iqm-finland/cirq-on-iqm/pull/%s', 'MR %s'),
}


Expand Down

0 comments on commit 860f92f

Please sign in to comment.