Remove XEUS_CPP_INCLUDE_DOCS in CMakeLists.txt#273
Remove XEUS_CPP_INCLUDE_DOCS in CMakeLists.txt#273anutosh491 merged 1 commit intocompiler-research:mainfrom
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #273 +/- ##
==========================================
+ Coverage 80.54% 80.56% +0.02%
==========================================
Files 19 20 +1
Lines 956 957 +1
Branches 88 88
==========================================
+ Hits 770 771 +1
Misses 186 186 🚀 New features to boost your workflow:
|
|
Okay wait, this gets me somewhat confused though :\ If you see the cmake, we have Lines 556 to 558 in ec63cc3 But this would want a Building with So I don't even think we are building our docs dependening on this config here !! Let's just get rid of the following here. |
Doesn't this suggest a bug in the cmake, and wouldn't it make more sense to add the necessary CMakeLists.txt so we can build the docs from the cmake? |
|
Hmmm, let's hear what @JohanMabille has to say here. I haven't seen docs being built this way on the other xeus kernels I've worked with so a bit confused here. But yeah probably would demand a |
|
Hi, I don't know why The current mechanism for building the docs is independent from cmake, one needs to run |
|
Thanks for the reply.
Yeah that's what was looking reasonable to me and hence I wrote this in my comment above
Maybe let's do this for now ? |
0ee6960 to
8db76e9
Compare
@anutosh491 Ive removed the XEUS_CPP_INCLUDE_DOCS section. Can you approve now? |
Description
Please include a summary of changes, motivation and context for this PR.
As the cmake is not currently designed to build the docs despite having XEUS_CPP_INCLUDE_DOCS defined this PR removes the section which mentions this variable. The variable is assumed to be part of an old PR which never got spotted before merge.
Fixes # (issue)
Type of change
Please tick all options which are relevant.