Coder Social home page Coder Social logo

Github action fails about exhale HOT 4 CLOSED

srbhp avatar srbhp commented on September 25, 2024
Github action fails

from exhale.

Comments (4)

Rotzbua avatar Rotzbua commented on September 25, 2024 2

This is a problem with breathe. It is incompatible with sphinx 7.2.
May be solved by breathe-doc/breathe#956 .

from exhale.

svenevs avatar svenevs commented on September 25, 2024 1

This was likely fixed by the latest release

from exhale.

svenevs avatar svenevs commented on September 25, 2024

Looks like you might have put a Path object in conf.py to exhale_args. Needs to be a string most likely. I can relax that in the future

from exhale.

svenevs avatar svenevs commented on September 25, 2024

This is a problem with breathe. It is incompatible with sphinx 7.2.

Thanks for the information! So we're in a weird place with dependencies, #205 is trying to make things less restrictive. The reason: this project does not update frequently, and over time the restrictions proved pointless and also impeded users.

My rationale for that PR is that I do not want to prevent say, 3 months from now, when a newer version of breathe is out and works with sphinx 7.2+ (as an example), but exhale started forcing sphinx<7.2. It's a bit of a hand-waive, but the API between exhale and breathe does not change (or at least I hope it doesn't...).

@srbhp the way to fix this would be to make sure that you install both sphinx and breathe before exhale. For example, if you are using a requirements.txt, you might do something like

sphinx==7.1
breathe
exhale

or something similar. If that works for you then I will make sure to add some notes to the compatibility table explaining what this release will do in terms of version requirements, and the fact that I'm pushing some of this responsibility onto users now (so that I don't gridlock them down the road).

I'm very open to thoughts, but this repo is very much in "emergency maintenance only" mode...so I'm really looking for the solution that fits "does not completely break everybody" but also "makes less maintenance overhead for exhale".

from exhale.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.