Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 31, 2024
1 parent 8ffc61d commit 494db6c
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Python-module.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ <h1 id="python-module">Python module</h1>
<a href="https://mesonbuild.com/meson-python/index.html">meson-python</a>.</p>
<p>If you are building Python extension modules against a Python interpreter
located in a venv or Conda environment, you probably want to set
<code>python.install_venv=auto</code>;
<code>python.install_env=auto</code>;
see <a href="Builtin-options.html#python-module">Python module options</a> for details.</p>
<p><em>Added 0.46.0</em></p>
<h2 id="functions">Functions</h2>
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fragment_downloaded_cb({"url":"Python-module.html#python-module","fragment":"Python module\nThis module provides support for finding and building extensions against\npython installations, be they python 2 or 3.\nIf you want to build and package Python extension modules using tools\ncompatible with PEP-517, check out\nmeson-python.\nIf you are building Python extension modules against a Python interpreter\nlocated in a venv or Conda environment, you probably want to set\npython.install_venv=auto;\nsee Python module options for details.\nAdded 0.46.0\n"});
fragment_downloaded_cb({"url":"Python-module.html#python-module","fragment":"Python module\nThis module provides support for finding and building extensions against\npython installations, be they python 2 or 3.\nIf you want to build and package Python extension modules using tools\ncompatible with PEP-517, check out\nmeson-python.\nIf you are building Python extension modules against a Python interpreter\nlocated in a venv or Conda environment, you probably want to set\npython.install_env=auto;\nsee Python module options for details.\nAdded 0.46.0\n"});
2 changes: 1 addition & 1 deletion assets/js/search/python.install_env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
urls_downloaded_cb({"token":"python.install_env","urls":[{"url":"Builtin-options.html#python-module","node_type":"p","page":"Built-in options","sections":["Built-in options","Module options","Python module"],"context":{"gi-language":["default"]}}]});
urls_downloaded_cb({"token":"python.install_env","urls":[{"url":"Builtin-options.html#python-module","node_type":"p","page":"Built-in options","sections":["Built-in options","Module options","Python module"],"context":{"gi-language":["default"]}},{"url":"Python-module.html#python-module","node_type":"p","page":"Python module","sections":["Python module"],"context":{"gi-language":["default"]}}]});
1 change: 0 additions & 1 deletion assets/js/search/python.install_venv

This file was deleted.

2 changes: 1 addition & 1 deletion assets/js/trie_index.js

Large diffs are not rendered by default.

Binary file modified dumped.trie
Binary file not shown.

0 comments on commit 494db6c

Please sign in to comment.