Skip to content

Commit

Permalink
docs: replace topics page with a link to examples.holoviz.org (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt authored Dec 16, 2024
1 parent 2cf0f05 commit e8586a1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 65 deletions.
5 changes: 5 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
extensions += [
'nbsite.gallery',
'nbsite.analytics',
'sphinx_reredirects',
]

myst_enable_extensions = ["colon_fence", "deflist"]
Expand All @@ -55,6 +56,10 @@
'goatcounter_holoviz': True,
}

redirects = {
'topics/index': 'https://examples.holoviz.org',
}

nbsite_gallery_conf = {
'github_org': 'holoviz',
'github_project': 'geoviews',
Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ or have set up your system to be able to build them.
Home <self>
User Guide <user_guide/index>
Gallery <gallery/index>
Topics <topics>
Examples <https://examples.holoviz.org>
Developer Guide <developer_guide/index>
Releases <releases>
About <about>
64 changes: 0 additions & 64 deletions doc/topics.rst

This file was deleted.

1 change: 1 addition & 0 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ graphviz = "*"
lxml = "*"
nbsite = ">=0.8.4,<0.9.0"
selenium = "*"
sphinx-reredirects = "*"

[feature.doc.activation.env]
MOZ_HEADLESS = "1"
Expand Down

0 comments on commit e8586a1

Please sign in to comment.