> On Dec 9, 2023, at 3:27 PM, Christian Grobmeier <grobme...@apache.org> wrote: > > > On Sat, Dec 9, 2023, at 17:30, Ralph Goers wrote: >> Did you follow the instructions at >> https://cwiki.apache.org/confluence/display/FLUME/Updating+the+Web+Site? >> I don’t know why it would be using Sphinx 1.1.2. > > Yes, I was failing at step 4 (mvn package) > I think, it is the underlying Python libraries, they don't support > non-Windows OS, but I have no proof
I have always used MacOS so that cannot be it. > >> For me it has always used 1.1.3. > > It is running Sphinx v1.1.3 after I upgraded to Sphinx-Maven plugin 1.0.3 - > but no success. Why did you need to upgrade? 1.0.3 is specified in the pom.xml. > > >> To be honest I am not a fan of Sphinx or restructured text markup >> language. I would love to redo the whole site. I also have always hated >> the logo. It is supposed to be a log coming down a chute (i.e. a flume) >> but to me it looks like a giant snail. I would love to see that redone >> with something that really looks like a log coming down a chute. > > Oh no, now I can see the snail too :) > > I am happy with making it different and even integrating it into > logging-site. It should be trivial, and Flume can keep its template. I cannot > easily update the logo, but we can quickly improve the general look and feel. > > Let me know if you agree with using logging-site for this content; then I > start migrating everything from RST. Yes, it should reside at logging.apache.org/flume <http://logging.apache.org/flume>. flume.apache.org <http://flume.apache.org/> should redirect to that. > >> FYI - here is the output of mvn dependency:resolve-plugins for the sphinx >> plugin > > Yes, it is the same for me. I guess my Mac is the problem :-) I don’t see how. As I said, I have always used a Mac. Are you using JDK 11? The python libraries I have installed on my machine are python Python 2.7.18 (v2.7.18:8d21aa21f2, Apr 19 2020, 20:48:48) [GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)] on darwin Type "help", "copyright", "credits" or "license" for more information. That said, I am not sure these even get used. The maven plugin has Jython embedded in it. I have a theory. In looking at my Java installs they all appear to be x86 (which runs fine on an m2 Mac). I will try tomorrow on my Mac Studio which has the arm JDKs installed. Ralph