Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Sep 18, 2023
1 parent 4b99294 commit ec10cf9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
8 changes: 7 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,13 @@

html_logo = "_static/images/DataFusion-Logo-Background-White.png"

html_css_files = ["theme_overrides.css"]
html_css_files = [
"theme_overrides.css"
]

html_js_files = [
("https://buttons.github.io/buttons.js", {'async': 'true', 'defer': 'true'}),
]

html_sidebars = {
"**": ["docs-sidebar.html"],
Expand Down
9 changes: 1 addition & 8 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,9 @@
.. specific language governing permissions and limitations
.. under the License.
.. Code from https://buttons.github.io/
.. raw:: html

<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>

.. image:: _static/images/DataFusion-Logo-Background-White.png
:alt: DataFusion Logo


=======================
Apache Arrow DataFusion
=======================
Expand All @@ -36,7 +29,7 @@ Apache Arrow DataFusion
<!-- Place this tag where you want the button to render. -->
<a class="github-button" href="https://github.com/apache/arrow-datafusion" data-size="large" data-show-count="true" aria-label="Star apache/arrow-datafusion on GitHub">Star</a>
<!-- Place this tag where you want the button to render. -->
<a class="github-button" href="https://github.com/apache/arrow-datafusion/fork" data-size="large" data-show-count="true" aria-label="Fork apache/arrow-datafusion on GitHub">Fork</a>
<a class="github-button" href="https://github.com/apache/arrow-datafusion/fork" data-size="large" data-show-count="true" aria-label="Fork apache/arrow-datafusion on GitHub">Fork</a>
</p>

DataFusion is a very fast, extensible query engine for building high-quality data-centric systems in
Expand Down

0 comments on commit ec10cf9

Please sign in to comment.