Skip to content

Commit 9dbd3c2

Browse files
authored
update docs link (#45)
1 parent a40b17b commit 9dbd3c2

5 files changed

Lines changed: 13 additions & 17 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
A [PEP 517](https://peps.python.org/pep-0517/) build backend that uses
44
[Conan](https://conan.io) to build Python C/C++ extensions.
55

6-
**[Documentation](https://blog.conan.io/conan-py-build/)** ·
6+
**[Documentation](https://conan-py-build.conan.io)** ·
77
[PyPI](https://pypi.org/project/conan-py-build/) ·
88
[Examples](examples/)
99

@@ -70,7 +70,7 @@ install(TARGETS _core DESTINATION mypackage)
7070
pip wheel . -w dist/ -vvv
7171
```
7272

73-
See the [documentation](https://blog.conan.io/conan-py-build/)
73+
See the [documentation](https://conan-py-build.conan.io)
7474
for the full getting started guide, configuration, profiles,
7575
dynamic versioning, and more.
7676

docs/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
conan-py-build.conan.io

docs/llms.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
## Docs
1010

11-
- [Home](https://blog.conan.io/conan-py-build/): getting started with a minimal project (pyproject.toml, conanfile.py, and your build system of choice)
12-
- [Configuration](https://blog.conan.io/conan-py-build/configuration/): --config-settings, pyproject.toml options, profiles, wheel tags (WHEEL_PYVER/ABI/ARCH), shared libraries, dynamic version, PEP 639 license files
13-
- [Examples](https://blog.conan.io/conan-py-build/examples/): pybind11, nanobind, meson, cibuildwheel
14-
- [Development](https://blog.conan.io/conan-py-build/development/): editable install, tests, docs
11+
- [Home](https://conan-py-build.conan.io): getting started with a minimal project (pyproject.toml, conanfile.py, and your build system of choice)
12+
- [Configuration](https://conan-py-build.conan.io/configuration/): --config-settings, pyproject.toml options, profiles, wheel tags (WHEEL_PYVER/ABI/ARCH), shared libraries, dynamic version, PEP 639 license files
13+
- [Examples](https://conan-py-build.conan.io/examples/): pybind11, nanobind, meson, cibuildwheel
14+
- [Development](https://conan-py-build.conan.io/development/): editable install, tests, docs
1515

1616
## Source
1717

1818
- [GitHub](https://github.com/conan-io/conan-py-build)
1919
- [PyPI](https://pypi.org/project/conan-py-build/)
20-
- [Full docs as plain text](https://blog.conan.io/conan-py-build/llms-full.txt)
20+
- [Full docs as plain text](https://conan-py-build.conan.io/llms-full.txt)

mkdocs.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
site_name: conan-py-build
22
site_description: PEP 517 build backend using Conan for Python C/C++ extensions
3-
site_url: https://blog.conan.io/conan-py-build/
3+
site_url: https://conan-py-build.conan.io
44
repo_url: https://github.com/conan-io/conan-py-build
55
repo_name: conan-io/conan-py-build
66
edit_uri: edit/main/docs/
@@ -32,13 +32,8 @@ markdown_extensions:
3232
- pymdownx.tabbed:
3333
alternate_style: true
3434

35-
# TODO 0.4.1: uncomment when custom domain is configured
36-
# hooks:
37-
# - docs/hooks.py
38-
39-
# TODO 0.4.1: remove when custom domain is configured
40-
exclude_docs: |
41-
llms.txt
35+
hooks:
36+
- docs/hooks.py
4237

4338
nav:
4439
- Home: index.md

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "conan-py-build"
7-
version = "0.4.0"
7+
version = "0.4.1"
88
description = "A minimal PEP 517 compliant build backend that uses Conan to build Python C/C++ extensions"
99
readme = "README.md"
1010
license = {text = "MIT"}
@@ -48,7 +48,7 @@ docs = [
4848

4949
[project.urls]
5050
Homepage = "https://github.com/conan-io/conan-py-build"
51-
Documentation = "https://blog.conan.io/conan-py-build/"
51+
Documentation = "https://conan-py-build.conan.io"
5252
Issues = "https://github.com/conan-io/conan-py-build/issues"
5353

5454
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)