diff --git a/conanfile.py b/conanfile.py index b8c0184c..3b3e413f 100644 --- a/conanfile.py +++ b/conanfile.py @@ -88,8 +88,7 @@ class UnitsConan(ConanFile): def build_requirements(self): if self._run_tests: self.build_requires("catch2/2.13.0") - # TODO update doxygen to the latest version when available - self.build_requires("doxygen_installer/1.8.17@bincrafters/stable") + self.build_requires("doxygen/1.8.18") self.build_requires("linear_algebra/0.7.0@public-conan/testing") def build(self): diff --git a/docs/usage.rst b/docs/usage.rst index 2f38e3f3..f11d87bf 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -106,7 +106,6 @@ Add the following remotes to your local Conan instance: .. code-block:: shell conan remote add conan-mpusz https://api.bintray.com/conan/mpusz/conan-mpusz - conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan conan remote add linear-algebra https://api.bintray.com/conan/twonington/public-conan .. note::