Skip to content

Commit

Permalink
hotfix rtd addons release (#1185)
Browse files Browse the repository at this point in the history
Co-authored-by: Jacek Kurek <j.kurek@piwik.pro>
  • Loading branch information
jzyinq and kororokke authored Oct 7, 2024
1 parent 2aada54 commit 4d51da4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ sphinx:
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: requirements.txt
- requirements: requirements.txt
1 change: 1 addition & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@
ogp_image = "https://developers.piwik.pro/en/latest/_static/images/image-thumb.png"

def setup(app):
app.add_css_file('https://developers.piwik.pro/_/static/css/sphinx_rtd_theme.css')
app.add_css_file('css/custom_1698211654405.css')
app.add_js_file('js/unicornDetector.js')
app.add_js_file('js/custom1698211654405.js')
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ PyYAML==6.0.1
docutils==0.17
jinja2==3.0.0
sphinx-copybutton==0.5.2
requests==2.31.0
requests==2.31.0

0 comments on commit 4d51da4

Please sign in to comment.