-
Notifications
You must be signed in to change notification settings - Fork 36
Remove XEUS_CPP_INCLUDE_DOCS in CMakeLists.txt #273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove XEUS_CPP_INCLUDE_DOCS in CMakeLists.txt #273
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? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect
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.