Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Update the tox.ini to different tox env #3164

Closed
wants to merge 39 commits into from
Closed
Changes from 2 commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
74dda02
fix: update the codestyle
Revathyvenugopal162 Jun 10, 2024
c47f466
fix: update vale
Revathyvenugopal162 Jun 10, 2024
a5e4be0
docs: add build env variable
Revathyvenugopal162 Jun 10, 2024
1c61a30
fix: add link check tox env
Revathyvenugopal162 Jun 10, 2024
e514d99
Merge branch 'main' into fix/improve-tox
Revathyvenugopal162 Jun 10, 2024
7706b24
fix: add the docker run env
Revathyvenugopal162 Jun 10, 2024
56cabe5
fix: add the docker run env
Revathyvenugopal162 Jun 10, 2024
97667f7
Update doc/source/conf.py
Revathyvenugopal162 Jun 11, 2024
514a371
feat: apply suggestions from @jorgepiloto
Revathyvenugopal162 Jun 11, 2024
c5f9697
Merge branch 'fix/improve-tox' of https://github.com/ansys/pymapdl in…
Revathyvenugopal162 Jun 11, 2024
2a40945
feat: apply suggestions from @jorgepiloto
Revathyvenugopal162 Jun 11, 2024
2bae4dd
docs: rearrange sphinx conf
Revathyvenugopal162 Jun 11, 2024
1d2585f
docs: rearrange the crads with index
Revathyvenugopal162 Jun 11, 2024
1ddd1e6
docs: add jinja conditions to pymapdl
Revathyvenugopal162 Jun 11, 2024
e9e01f5
fix: update the tox file
Revathyvenugopal162 Jun 11, 2024
1c00997
fix: ref links
Revathyvenugopal162 Jun 11, 2024
24fa784
fix: wnv variable for docs
Revathyvenugopal162 Jun 12, 2024
58aaebb
fix: fix docker file
Revathyvenugopal162 Jun 17, 2024
f96b7b6
fix: ansys version on docker file
Revathyvenugopal162 Jun 18, 2024
981f269
fix: ansys license server
Revathyvenugopal162 Jun 18, 2024
dca0d42
fix: add docker compose and tox docker buid commands
Revathyvenugopal162 Jun 18, 2024
edb007c
fix: add tox docker buid commands
Revathyvenugopal162 Jun 18, 2024
cf41c39
Merge branch 'main' into fix/improve-tox
Revathyvenugopal162 Jun 18, 2024
b707026
Adding changelog entry: 3164.miscellaneous.md
pyansys-ci-bot Jun 18, 2024
ad8e462
fix: add tox docker buid commands
Revathyvenugopal162 Jun 18, 2024
d3e70d2
Merge branch 'fix/improve-tox' of https://github.com/ansys/pymapdl in…
Revathyvenugopal162 Jun 18, 2024
9037c89
fix: add tox docker buid commands
Revathyvenugopal162 Jun 19, 2024
bf0bb9d
Adding changelog entry: 3164.fixed.md
pyansys-ci-bot Jun 19, 2024
c82d9e0
Merge branch 'main' into fix/improve-tox
Revathyvenugopal162 Jun 19, 2024
cdbde4b
Merge branch 'main' into fix/improve-tox
Revathyvenugopal162 Aug 23, 2024
8159e5d
Update the image cache
Revathyvenugopal162 Aug 23, 2024
1adab82
Merge branch 'main' into fix/improve-tox
germa89 Aug 27, 2024
51f6d5e
Merge branch 'main' into fix/improve-tox
Revathyvenugopal162 Oct 7, 2024
e2a3f45
Merge branch 'main' into fix/improve-tox
Revathyvenugopal162 Oct 7, 2024
2265269
fix: remove the comments
Revathyvenugopal162 Oct 7, 2024
801800f
Merge branch 'fix/improve-tox' of https://github.com/ansys/pymapdl in…
Revathyvenugopal162 Oct 7, 2024
f167caf
Merge branch 'main' into fix/improve-tox
Revathyvenugopal162 Oct 7, 2024
cd5998e
Merge branch 'main' into fix/improve-tox
germa89 Oct 25, 2024
6b1094e
Merge branch 'main' into fix/improve-tox
germa89 Nov 25, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
@@ -189,7 +189,7 @@

BUILD_API = True if os.environ.get("BUILD_API", "true") == "true" else False
if not BUILD_API:
exclude_patterns.extend(["api/**", "mapdl_commands/**", "api.rst"])
exclude_patterns.extend(["api/**", "mapdl_commands/**"])

BUILD_EXAMPLES = True if os.environ.get("BUILD_EXAMPLES", "true") == "true" else False
if not BUILD_EXAMPLES: