Skip to content

Commit

Permalink
Merge 21a0e38 into 1985aee
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano committed May 12, 2023
2 parents 1985aee + 21a0e38 commit 75bf67a
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 403 deletions.
27 changes: 0 additions & 27 deletions docs/_static/custom.css

This file was deleted.

195 changes: 0 additions & 195 deletions docs/_static/gallery.css

This file was deleted.

12 changes: 0 additions & 12 deletions docs/_static/style.css

This file was deleted.

13 changes: 2 additions & 11 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,7 @@

import qiskit_sphinx_theme
import qiskit_finance
from custom_directives import (
IncludeDirective,
GalleryItemDirective,
CustomGalleryItemDirective,
CustomCalloutItemDirective,
CustomCardItemDirective,
)
from custom_directives import IncludeDirective, CustomCalloutItemDirective, CustomCardItemDirective

# Set env flag so that we can doc functions that may otherwise not be loaded
# see for example interactive visualizations in qiskit.visualization.
Expand Down Expand Up @@ -99,11 +93,10 @@
"sphinx.ext.doctest",
"nbsphinx",
"sphinx.ext.intersphinx",
"sphinxcontrib.jquery", # Remove when changing html_theme to qiskit_ecosystem.
"qiskit_sphinx_theme",
]
html_static_path = ["_static"]
templates_path = ["_templates"]
html_css_files = ["style.css", "custom.css", "gallery.css"]

nbsphinx_timeout = 360
nbsphinx_execute = os.getenv("QISKIT_DOCS_BUILD_TUTORIALS", "never")
Expand Down Expand Up @@ -211,8 +204,6 @@

def setup(app):
app.add_directive("includenodoc", IncludeDirective)
app.add_directive("galleryitem", GalleryItemDirective)
app.add_directive("customgalleryitem", CustomGalleryItemDirective)
app.add_directive("customcarditem", CustomCardItemDirective)
app.add_directive("customcalloutitem", CustomCalloutItemDirective)
app.setup_extension("versionutils")
Loading

0 comments on commit 75bf67a

Please sign in to comment.