Skip to content

Commit

Permalink
GH-35404: [Docs] Fix logo url and temporarily pin sphinx to 5.x to (#…
Browse files Browse the repository at this point in the history
…35405)

See #35403 about requiring some fixes on our side to support sphinx 6. Until then, let's pin sphinx to <6.

* Closes: #35404
* Closes: #35406

Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
  • Loading branch information
jorisvandenbossche authored and raulcd committed May 30, 2023
1 parent 35a6786 commit 59f546c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/conda_env_sphinx.txt
Expand Up @@ -22,7 +22,7 @@ ipython
numpydoc
pydata-sphinx-theme==0.8
sphinx-design
sphinx>=4.2
sphinx>=4.2,<6
sphinx-copybutton
# Requirement for doctest-cython
pytest-cython
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Expand Up @@ -8,5 +8,5 @@ numpydoc
pydata-sphinx-theme==0.8
sphinx-design
sphinx-copybutton
sphinx>=4.2
sphinx>=4.2,<6
pandas
2 changes: 1 addition & 1 deletion docs/source/_templates/docs-sidebar.html
@@ -1,6 +1,6 @@

<a class="navbar-brand" href="{{ pathto(master_doc) }}">
<img src="{{ pathto('_static/' + logo_url, 1) }}" class="logo" alt="logo">
<img src="{{ logo_url|e }}" class="logo" alt="logo">
</a>

<div id="version-search-wrapper">
Expand Down

0 comments on commit 59f546c

Please sign in to comment.