Skip to content

Commit c9c41e7

Browse files
committed
fix links to 1.17.5 docs
1 parent d0083cd commit c9c41e7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ COMPAS has dedicated packages for working with Rhino, Grasshopper, and Blender,
2121

2222
We are working on a new major release of the framework, COMPAS 2.0!
2323
Therefore, be aware that the current version of the repository already contains some changes that are incompatible with the version 1 releases.
24-
The documentation of the latest stable version (COMPAS 1.17.5) [is available here](https://compas.dev/compas/1.17.5).
24+
The documentation of the latest stable version (COMPAS 1.17.6) [is available here](https://compas.dev/compas/1.17.6).
2525

2626
## Installation
2727

docs/_static/versions.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"url": "https://compas.dev/compas/latest/"
66
},
77
{
8-
"name": "v1.17.5 (stable)",
9-
"version": "1.17.5",
10-
"url": "https://compas.dev/compas/1.17.5/"
8+
"name": "v1.17.6 (stable)",
9+
"version": "1.17.6",
10+
"url": "https://compas.dev/compas/1.17.6/"
1111
},
1212
{
1313
"version": "1.16.0",
@@ -17,4 +17,4 @@
1717
"version": "1.15.0",
1818
"url": "https://compas.dev/compas/1.15.0/"
1919
}
20-
]
20+
]

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def visit_reference(self, node):
333333
# "icon_links_label": "Quick Links",
334334
"use_edit_page_button": True,
335335
# user interface
336-
"announcement": "This is the WIP documentation for the pre-release of COMPAS 2.0. The documentation of COMPAS 1.17.5 is available <a href='https://compas.dev/compas/1.17.5/'>here</a>.",
336+
"announcement": "This is the WIP documentation for the pre-release of COMPAS 2.0. The documentation of COMPAS 1.17.6 is available <a href='https://compas.dev/compas/1.17.6/'>here</a>.",
337337
"switcher": {
338338
"json_url": "https://raw.githubusercontent.com/compas-dev/compas/gh-pages/versions.json",
339339
"version_match": version,

0 commit comments

Comments
 (0)