Skip to content
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

Update doxygen to 1.8.16 #6483

Closed
swaldhoer opened this issue Dec 20, 2019 · 6 comments
Closed

Update doxygen to 1.8.16 #6483

swaldhoer opened this issue Dec 20, 2019 · 6 comments
Labels
Support Support question

Comments

@swaldhoer
Copy link

Details

Expected Result

Building the doxygen API documentation should fully work.

Actual Result

Only the doxygen mainpage is included but the Data Structures and Files tabs are missing (see here). I re-buid locally with the RTD commands and the documentation was build correctly including the full doxygen page. I guess it's not working on RTD because of the old doxygen version.
Would it be possible to update doxgen on RTD to 1.8.16?

@humitos
Copy link
Member

humitos commented Dec 22, 2019

We have currently installed 1.8.13 (from Ubuntu Bionic). Do you know if there were significant changes between 1.8.13 and 1.8.16 to make this happen?

@humitos humitos added Needed: more information A reply from issue author is required Support Support question labels Dec 22, 2019
@swaldhoer
Copy link
Author

swaldhoer commented Dec 28, 2019

I installed doxygen 1.8.13 and I got the same wrong result as on RTD. So I am pretty sure the problem comes from an old doxygen version on RTD.

Version 1.8.17 got released these days and I got a correct documentation build locally with that version. So maybe updating to the latest version would be good. Is this possible?

@no-response no-response bot removed the Needed: more information A reply from issue author is required label Dec 28, 2019
@humitos
Copy link
Member

humitos commented Jan 6, 2020

We usually only install the versions from Ubuntu and they have 1.8.13 currently. I suppose next Ubuntu 20.04 LTS version will include the newer. If so, our new image will have the new Doxygen by that time.

@swaldhoer
Copy link
Author

Ok thanks, then I will try to use conda to get a newer doxgen on RTD.

@swaldhoer
Copy link
Author

swaldhoer commented Feb 2, 2020

@humitos sorry but could you please have a look. I cant get the conda environment working:

But I get the following error on RTD:

Problem in your project's configuration. Invalid "conda.environment": environment not found

git remote set-url origin https://github.com/swaldhoer/native-lua.git
Command time: 0s Return: 0
git fetch origin --force --tags --prune --prune-tags --depth 50
From https://github.com/swaldhoer/native-lua
   1e09b56..031895b  add-doxygen -> origin/add-doxygen
Command time: 0s Return: 0
git checkout --force origin/add-doxygen
Previous HEAD position was 1e09b56 use conda environment on RTD to build the doxygen API documentation
HEAD is now at 031895b next try
Command time: 0s Return: 0
git clean -d -f -f
Command time: 0s Return: 0

I do not see a solution for my problem in #2651, but maybe I overlooked something?

@swaldhoer
Copy link
Author

I have not read the documentation well enough. I used

conda:
  file: <file>

while this is documented:

conda:
  environment: <file>

Works as expected. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Support Support question
Projects
None yet
Development

No branches or pull requests

2 participants