Closed anskfletcher closed 2 months ago
Adding @Revathyvenugopal162 for visibility. @Revathyvenugopal162 could this actually be already fixed in the new coming release?
@anskfletcher Yes, all style-related issues will be resolved in the next release. However, there were no issues with the header styles in version 0.16.6, so itβs likely the update was not applied correctly. Additionally, the switcher value is not working due to versioning issues or internal documentation. Once you run the action in CI/CD, the switcher should be up and running .I can check it myself by afternoon on the CI/CD. Thank you for opening the issue and providing steps to reproduce it. We have not encountered any issues with the switcher from other libraries, but if the issue persists, I would be happy to look into it.
Hi Revathy. Thanks for the reply!
So, I'm guessing my first step, then, is to merge the update to main (which has not yet been done, it's all been local) so it goes through the proper CI/CD workflows and then check whether the problem exists in the doc deployed to GH Pages.
Then, if the doc still is not rendering correctly there, get DevOps help to see if something's amiss with how the CI/Cd actions are applied for the repo.
Does this sound right?
Thanks,
-Kelly
Kelly Fletcher / CSEBU Solutions Documentation
[cid:0cf778e9-fb77-45ad-ba57-2d0b7d4642a9]
@.***
www.ansys.comhttp://www.ansys.com
From: Revathy Venugopal @.> Sent: Monday, July 1, 2024 2:57 AM To: ansys/ansys-sphinx-theme @.> Cc: Kelly Fletcher @.>; Author @.> Subject: Re: [ansys/ansys-sphinx-theme] Header icons not working for the SAF Light One Node repo with upgrade to v0.16.6 (Issue #410)
[External Sender]
Yes, all style-related issues will be resolved in the next release. However, there were no issues with the header styles in version 0.16.6, so itβs likely the update was not applied correctly. Could you please check on this and let me know if it's working? Additionally, the switcher value is not working due to versioning issues or internal documentation. Once you run the action in CI/CD, the switcher should be up and running. Could you please check that as well and let me know if it's working? We have not encountered any issues with the switcher from other libraries, but if the issue persists, I would be happy to look into it.
β Reply to this email directly, view it on GitHubhttps://github.com/ansys/ansys-sphinx-theme/issues/410#issuecomment-2199382657, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AXUXHLEKNRM2GAQMTNCGPEDZKD4XPAVCNFSM6AAAAABKBQ6GLCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOJZGM4DENRVG4. You are receiving this because you authored the thread.Message ID: @.***>
Hi Revathy. Thanks for the reply! So, I'm guessing my first step, then, is to merge the update to main (which has not yet been done, it's all been local) so it goes through the proper CI/CD workflows and then check whether the problem exists in the doc deployed to GH Pages. Then, if the doc still is not rendering correctly there, get DevOps help to see if something's amiss with how the CI/Cd actions are applied for the repo. Does this sound right? Thanks, β¦ -Kelly Kelly Fletcher / CSEBU Solutions Documentation [cid:0cf778e9-fb77-45ad-ba57-2d0b7d4642a9] @. www.ansys.com<http://www.ansys.com> ____ From: Revathy Venugopal @.> Sent: Monday, July 1, 2024 2:57 AM To: ansys/ansys-sphinx-theme @.> Cc: Kelly Fletcher @.>; Author @.> Subject: Re: [ansys/ansys-sphinx-theme] Header icons not working for the SAF Light One Node repo with upgrade to v0.16.6 (Issue #410) [External Sender] Yes, all style-related issues will be resolved in the next release. However, there were no issues with the header styles in version 0.16.6, so itβs likely the update was not applied correctly. Could you please check on this and let me know if it's working? Additionally, the switcher value is not working due to versioning issues or internal documentation. Once you run the action in CI/CD, the switcher should be up and running. Could you please check that as well and let me know if it's working? We have not encountered any issues with the switcher from other libraries, but if the issue persists, I would be happy to look into it. β Reply to this email directly, view it on GitHub<#410 (comment)>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AXUXHLEKNRM2GAQMTNCGPEDZKD4XPAVCNFSM6AAAAABKBQ6GLCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOJZGM4DENRVG4. You are receiving this because you authored the thread.Message ID: @.>
yes, that is right. you just need to update the ci-cd
Iβm closing this issue as it has been resolved and the documentation for SAF is working fine. If the problem persists, please feel free to open a new issue. Thank you!
π Before submitting the issue
π Description of the bug
The following issue was logged int the
saf-light-one-node
repo: Header Menu Disappears in Light Theme #483To address this issue, I updated my local
ansys-sphinx-theme
clone to the current version, v0.16.6. This fixed the disappearing menu items in light mode, but introduced additional problems with header icons: neither the light/dark mode icon nor the search menu are working now. (Or the version switcher, though, I'm not sure if that was implemented/working previously).π Steps to reproduce
Step 1: Reproduce for SAF Light One Node
These steps were performed in my local clone on the following branch: anskfletcher/saf-light-one-node/update_to_ansys-sphinx-theme16.6
ansys-sphinx-theme
to 0.16.6:pyproject.toml
with new theme version.poetry.lock
file.poetry install --with doc
poetry.lock
.sphinx-build doc/source doc/build/html --color -vW -bhtml
Step 2: Reproduce for SAF Desktop
I made the same upgrade in my local
saf-desktop
clone, and it also has these problems.Step 3: Reproduce for Solution developer's guide
The same upgrade has been made my local
solution-application-docs
clone. However, these problems do not exist. (Note that doc versioning has never been implemented for this repo.)Based on the above 3 scenarios, I'm guessing that the issues may not be with
ansys-sphinx-design
at all, but instead with the setup of the repos I've updated. There may be inconsistencies in how they were created, what dependencies they have, etc. (FWIW, I did start trying to diff the dependencies that might affect the theme, but realized pretty quickly that I have no idea and it's better to just ask for help...!)π» Which operating system are you using?
Windows
π Which ANSYS version are you using?
I am not running a product, only generating doc locally.
π Which Python version are you using?
3.10
π¦ Installed packages