Skip to content

Commit

Permalink
Merge branch 'main' into update-algorithms
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish authored Oct 30, 2023
2 parents 2074421 + 65a8e3c commit b7b2328
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 deletions.
12 changes: 3 additions & 9 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
'jupyter_sphinx',
'reno.sphinxext',
'sphinx.ext.intersphinx',
"sphinxcontrib.jquery", # Remove when changing html_theme to qiskit_ecosystem.
'qiskit_sphinx_theme',
]
html_static_path = ['_static']
templates_path = ['_templates']
Expand All @@ -66,14 +66,8 @@

# HTML Output Options

html_theme = 'qiskit_sphinx_theme'

html_theme_options = {
'logo_only': False,
'display_version': True,
'prev_next_buttons_location': 'bottom',
'style_external_links': True,
}
html_theme = "qiskit-ecosystem"
html_title = f"{project} {release}"

htmlhelp_basename = 'qiskit-neko'

Expand Down
5 changes: 5 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Welcome to the documentation of qiskit-neko
===========================================

.. toctree::
:hidden:

Home <self>

.. toctree::

config
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ black~=22.0
astroid==2.9.2
pylint==2.12.2
Sphinx>=3.0.0
qiskit-sphinx-theme~=1.11.1
qiskit-sphinx-theme~=1.16.0
sphinx-autodoc-typehints
jupyter-sphinx
pygments>=2.4
Expand Down
3 changes: 0 additions & 3 deletions tools/deploy_documentation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,3 @@ pwd
openssl aes-256-cbc -K $encrypted_rclone_key -iv $encrypted_rclone_iv -in tools/rclone.conf.enc -out $RCLONE_CONFIG_PATH -d
echo "Pushing built docs to qiskit.org/ecosystem"
rclone sync --progress ./docs/_build/html IBMCOS:qiskit-org-web-resources/ecosystem/neko

# Push to qiskit.org/documentation
rclone sync --progress ./docs/_build/html IBMCOS:qiskit-org-web-resources/documentation/neko

0 comments on commit b7b2328

Please sign in to comment.