diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d5d11f2..49de9a5 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -16,4 +16,5 @@ jobs: steps: - uses: compas-dev/compas-actions.docs@v3 with: + doc_url: https://gramaziokohler.github.io/aixd_ara github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/CHANGELOG.md b/CHANGELOG.md index b0a10c2..4f01926 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +* Fixed small issues on documentation + ### Removed @@ -19,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added ### Changed + * Pin dependency to AIXD version 0.12.0 * Updated examples & documentation * Fixed domain init in DataInt @@ -27,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Fixed issues related to using ARA on Mac. ### Removed + * Removed option for static plots. ## [0.9.3] 2024-06-18 diff --git a/docs/conf.py b/docs/conf.py index b29ddb2..55e23ad 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -135,7 +135,7 @@ def setup(app): "check_switcher": False, "logo": { "image_light": "_static/ara_logo.png", - "image_dark": "_static/compas_icon_white.png", + "image_dark": "_static/ara_logo.png", "text": project, }, "navigation_depth": 3, diff --git a/docs/installation.rst b/docs/installation.rst index e933b00..3a3c81f 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -69,8 +69,8 @@ Installation using conda ======================== ``conda`` is an open-source package management system and environment - management system that runs on Windows, macOS, and Linux. - It’s very popular in the realm of scientific computing. +management system that runs on Windows, macOS, and Linux. +It's very popular in the realm of scientific computing. **Step 1: Create a conda environment (Optional)**