[PATCH] D111926: [libc++][doc] Use sphinx variables to make updating the docs version easier

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 18 10:47:14 PDT 2021


tstellar updated this revision to Diff 380471.
tstellar added a comment.
Herald added subscribers: llvm-commits, mgorny.
Herald added a project: LLVM.

I rewrote this patch to take variables directly from cmake, so we don't need to hard-code
them in the libcxx config file.  With this change, Makefile.sphinx will stop working, so
I've deleted it, but I can add it back and fix it if people are still using it.

I plan to update the other sub-projects to take advantage of this new approach, once we're done
with libcxx.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111926/new/

https://reviews.llvm.org/D111926

Files:
  libcxx/docs/Makefile.sphinx
  libcxx/docs/ReleaseNotes.rst
  libcxx/docs/conf.py
  llvm/cmake/modules/AddSphinxTarget.cmake

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111926.380471.patch
Type: text/x-patch
Size: 5518 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211018/4ffb11ea/attachment.bin>


More information about the llvm-commits mailing list