Skip to content

Commit 18a77b0

Browse files
authored
fix urls (#40)
1 parent 00490e0 commit 18a77b0

4 files changed

Lines changed: 16 additions & 11 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://conan-io.github.io/conan-py-build/)** ·
6+
**[Documentation](https://blog.conan.io/conan-py-build/)** ·
77
[PyPI](https://pypi.org/project/conan-py-build/) ·
88
[Examples](examples/)
99

@@ -66,7 +66,7 @@ install(TARGETS _core DESTINATION mypackage)
6666
pip wheel . -w dist/ -vvv
6767
```
6868

69-
See the [documentation](https://conan-io.github.io/conan-py-build/)
69+
See the [documentation](https://blog.conan.io/conan-py-build/)
7070
for the full getting started guide, configuration, profiles,
7171
dynamic versioning, and more.
7272

docs/llms.txt

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

77
## Docs
88

9-
- [Home](https://conan-io.github.io/conan-py-build/): getting started with a minimal project (pyproject.toml, conanfile.py, CMakeLists.txt)
10-
- [Configuration](https://conan-io.github.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
11-
- [Examples](https://conan-io.github.io/conan-py-build/examples/): pybind11, nanobind, cibuildwheel
12-
- [Development](https://conan-io.github.io/conan-py-build/development/): editable install, tests, docs
9+
- [Home](https://blog.conan.io/conan-py-build/): getting started with a minimal project (pyproject.toml, conanfile.py, CMakeLists.txt)
10+
- [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
11+
- [Examples](https://blog.conan.io/conan-py-build/examples/): pybind11, nanobind, cibuildwheel
12+
- [Development](https://blog.conan.io/conan-py-build/development/): editable install, tests, docs
1313

1414
## Source
1515

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

mkdocs.yml

Lines changed: 8 additions & 3 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://conan-io.github.io/conan-py-build/
3+
site_url: https://blog.conan.io/conan-py-build/
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,8 +32,13 @@ markdown_extensions:
3232
- pymdownx.tabbed:
3333
alternate_style: true
3434

35-
hooks:
36-
- docs/hooks.py
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
3742
3843
nav:
3944
- Home: index.md

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ docs = [
4848

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

5454
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)