diff --git a/.github/workflows/releaser.yml b/.github/workflows/releaser.yml index c88c36bb3..f7aa57708 100644 --- a/.github/workflows/releaser.yml +++ b/.github/workflows/releaser.yml @@ -30,7 +30,7 @@ jobs: upload_docs_release: name: "Upload release documentation" - if: github.event_name == 'push' && contains(github.ref, 'refs/tags') + if: contains(github.ref, 'refs/tags') runs-on: ubuntu-latest needs: [Publish_to_PyPI] steps: diff --git a/LICENSE b/LICENSE index 9342c76e0..9dc06b8ac 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License -Copyright (c) 2022 ANSYS +Copyright (c) 2023 ANSYS Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/docs/source/conf.py b/docs/source/conf.py index 5f6dda440..ad6d2cf31 100755 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -31,7 +31,7 @@ # The short X.Y version release = version = __version__ -cname = os.getenv("DOCUMENTATION_CNAME", "nocname.com") +cname = os.getenv("DOCUMENTATION_CNAME", "post.docs.pyansys.com") # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 0daeee5d0..e7971fcc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,19 +5,19 @@ build-backend = "flit_core.buildapi" [project] # Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections name = "ansys-dpf-post" -version = "0.2.6.dev0" +version = "0.3.1.dev0" description = "PyDPF-Post Python library." readme = "README.md" requires-python = ">=3.7.*,<4.0" license = {file = "LICENSE"} authors = [ - {name = "Ansys, Inc.", email = "pyansys.support@ansys.com"}, + {name = "ANSYS, Inc.", email = "pyansys.core@ansys.com"}, ] maintainers = [ - {name = "PyAnsys developers", email = "pyansys.support@ansys.com"}, + {name = "ANSYS, Inc.", email = "pyansys.core@ansys.com"}, ] dependencies = [ - "ansys.dpf.core @ git+https://git@github.com/pyansys/pydpf-core.git", + "ansys-dpf-core @ git+https://git@github.com/pyansys/pydpf-core.git", "scooby", ] classifiers = [ diff --git a/requirements/requirements_docs.txt b/requirements/requirements_docs.txt index 659aa9f0e..7ba9b0654 100644 --- a/requirements/requirements_docs.txt +++ b/requirements/requirements_docs.txt @@ -9,6 +9,6 @@ sphinxcontrib-websupport==1.2.4 pytest-sphinx==0.5.0 sphinx-notfound-page==0.8.3 sphinx-copybutton==0.5.0 -sphinx-gallery==0.11.1 +sphinx-gallery==0.12.2 ansys_sphinx_theme==0.9.5 sphinx-autodoc-typehints==1.22