Skip to content

Commit fa83b2e

Browse files
committed
Update documentation and release notes
1 parent 7d45ea5 commit fa83b2e

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

doc/sphinx/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
extensions = ["changelog", "sphinxcontrib.doxylink"]
1212

1313
# This deployment mode exists so that documentation can be built within a
14-
# Github runner without requiring USD/TBB/Boost to be installed. We would be
14+
# Github runner without requiring USD/TBB to be installed. We would be
1515
# able to simplify the process if we could rely on pre-built dependencies which
1616
# will be quick to install.
1717
if os.environ.get("BUILD_DOCS_WITHOUT_CMAKE"):

doc/sphinx/installing.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@ Dependencies
1616

1717
Ensure that a minimal installation of :term:`USD` is available. Headers and
1818
compiled libraries from :term:`USD` as well as headers from transitive
19-
dependencies such as :term:`TBB` and :term:`Boost` are required during the
20-
building process.
19+
dependencies such as :term:`TBB` are required during the building process.
2120

2221
If Python bindings are needed, :term:`USD` must be built with Python support.
23-
Compiled libraries and headers from Python and :term:`Boost Python` are
24-
also required during the building process.
22+
Compiled libraries and headers from Python are also required during the
23+
building process.
2524

2625
.. seealso::
2726

@@ -37,7 +36,6 @@ Option / Environment Variable Description
3736
============================= =========================================================
3837
USD_ROOT Add search path to :term:`USD` package.
3938
TBB_ROOT Add search path to :term:`TBB` package.
40-
Boost_ROOT Add search path to :term:`Boost` package.
4139
Python_ROOT Add search path to Python package.
4240
Pytest_ROOT Add search path to :term:`pytest` program.
4341
Doxygen_ROOT Add search path to :term:`doxygen` program.

doc/sphinx/release/release_notes.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
Release Notes
55
*************
66

7+
.. release:: Upcoming
8+
9+
.. change:: changed
10+
11+
Updated to use the :term:`Boost Python` dependencies vendorized within OpenUSD,
12+
removing the need for a separate :term:`Boost` installation.
13+
714
.. release:: 0.7.0
815
:date: 2024-08-20
916

0 commit comments

Comments
 (0)