Skip to content

Commit 2ef49f2

Browse files
Update the styles for new version (#187)
* Change the deployment workflow todate * removes the body padding * Add nav button styles * Modify style for icons * Modify style for icons bg * Modify style for nav bar icon * Modify the image padding * Modify the theme switch * Modify the theme hovering * Modify the version button * Modify the version button * Modify the navbar border * Modify the container size * Add table layout and contribution icon * Add defaulf color for the version switcher * Add contract * Remove duplicated code * Remove the visibility of scroll bar * Remove the visibility of scroll bar * Remove the visibility of scroll bar on side * Resolves syntax error * Modify github icon color and size * Modify the github icon * Modify the pre-commit hooks * Modify the links * Modify the color * Revert "Modify the color" This reverts commit d9f12dd. * Adjust the page length * Adjust the page length * Adjust the getting started page * Adjust the version swich hover * Add padding for breadcrumbs * Modify conf.py file * Revert the workflow changes
1 parent 0cd50fc commit 2ef49f2

File tree

7 files changed

+164
-133
lines changed

7 files changed

+164
-133
lines changed

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[flake8]
2-
exclude = build
2+
exclude = _build
33
select = W191, W291, W293, W391, E115, E117, E122, E124, E125, E225, E231, E301, E303, E501, F401, F403
44
count = True
55
max-complexity = 10

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: black
66

77
- repo: https://github.com/pycqa/isort
8-
rev: 5.10.1
8+
rev: 5.12.0
99
hooks:
1010
- id: isort
1111

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ You can optionally install and use this tool. For more information, see its
8888
<https://pre-commit.com/#usage>`_ documentation.
8989

9090
Before contributing to a PyAnsys library, see
91-
`Contributing <https://dev.docs.pyansys.com/how-to/contributing.html>`_
91+
`Contributing <https://dev.docs.pyansys.com/dev/how-to/contributing.html>`_
9292
in the *PyAnsys Developer's Guide* for overall guidance, paying particular
93-
attention to `How-to <https://dev.docs.pyansys.com/how-to/index.html>`_ for
93+
attention to `How-to <https://dev.docs.pyansys.com/dev/how-to/index.html>`_ for
9494
guidelines and best practices.
9595

9696
License

doc/source/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
"sphinx.ext.intersphinx",
6969
"notfound.extension",
7070
"sphinx_copybutton",
71-
"ansys_sphinx_theme",
7271
]
7372

7473
# Intersphinx mapping

doc/source/user_guide/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ User guide
55
==========
66
The Ansys Sphinx theme is based on the `PyData Sphinx theme <https://github.com/pydata/pydata-sphinx-theme>`_.
77
For more information on its configuration, see
8-
`Configuration <https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/configuring.html>`_.
8+
`Configuration <https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/>`_.
99

1010
While the Ansys Sphinx theme is often used as is, you can customize the following:
1111

0 commit comments

Comments
 (0)